diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-18 13:01:57 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2003-02-18 13:01:57 -0300 |
commit | dce9a49a086189c8fe1a3a1098dcde4871a7036d (patch) | |
tree | da513441110a624bcc1bbca30aa507d111f8ba5c /lua.h | |
parent | 15db58a2f5293add82ef447c466f3ea950705593 (diff) | |
download | lua-dce9a49a086189c8fe1a3a1098dcde4871a7036d.tar.gz lua-dce9a49a086189c8fe1a3a1098dcde4871a7036d.tar.bz2 lua-dce9a49a086189c8fe1a3a1098dcde4871a7036d.zip |
final version
Diffstat (limited to 'lua.h')
-rw-r--r-- | lua.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.169 2002/12/04 17:28:27 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.170 2002/12/19 11:11:55 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil | 4 | ** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil |
5 | ** http://www.lua.org mailto:info@lua.org | 5 | ** http://www.lua.org mailto:info@lua.org |
@@ -14,8 +14,8 @@ | |||
14 | #include <stddef.h> | 14 | #include <stddef.h> |
15 | 15 | ||
16 | 16 | ||
17 | #define LUA_VERSION "Lua 5.0 (beta)" | 17 | #define LUA_VERSION "Lua 5.0" |
18 | #define LUA_COPYRIGHT "Copyright (C) 1994-2002 Tecgraf, PUC-Rio" | 18 | #define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio" |
19 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" | 19 | #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" |
20 | 20 | ||
21 | 21 | ||
@@ -365,7 +365,7 @@ struct lua_Debug { | |||
365 | 365 | ||
366 | 366 | ||
367 | /****************************************************************************** | 367 | /****************************************************************************** |
368 | * Copyright (C) 2002 Tecgraf, PUC-Rio. All rights reserved. | 368 | * Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved. |
369 | * | 369 | * |
370 | * Permission is hereby granted, free of charge, to any person obtaining | 370 | * Permission is hereby granted, free of charge, to any person obtaining |
371 | * a copy of this software and associated documentation files (the | 371 | * a copy of this software and associated documentation files (the |