diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-04-15 09:33:19 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1999-04-15 09:33:19 -0300 |
commit | e64dbc390a25dac45b62d33833c202d1fa9c0b7e (patch) | |
tree | 387b250c414611915f5d40989b9925400c16cba7 | |
parent | a0fd8d178775439f9b7ab28dd7a5eb47deec58e7 (diff) | |
download | lua-3.2-beta.tar.gz lua-3.2-beta.tar.bz2 lua-3.2-beta.zip |
new version is beta.v3.2-beta
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.29 1999/02/23 14:57:28 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.30 1999/02/25 19:13:56 roberto Exp roberto $ |
3 | ** Lua - An Extensible Extension Language | 3 | ** Lua - An Extensible Extension Language |
4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil | 4 | ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil |
5 | ** e-mail: lua@tecgraf.puc-rio.br | 5 | ** e-mail: lua@tecgraf.puc-rio.br |
@@ -11,7 +11,7 @@ | |||
11 | #ifndef lua_h | 11 | #ifndef lua_h |
12 | #define lua_h | 12 | #define lua_h |
13 | 13 | ||
14 | #define LUA_VERSION "Lua 3.2 (alpha)" | 14 | #define LUA_VERSION "Lua 3.2 (beta)" |
15 | #define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" | 15 | #define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" |
16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 16 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
17 | 17 | ||