diff options
Diffstat (limited to 'lua.h')
-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.16 1998/03/06 16:54:42 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.17 1998/03/06 18:47:42 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 |
@@ -43,7 +43,7 @@ | |||
43 | #ifndef lua_h | 43 | #ifndef lua_h |
44 | #define lua_h | 44 | #define lua_h |
45 | 45 | ||
46 | #define LUA_VERSION "Lua 3.1 (alpha)" | 46 | #define LUA_VERSION "Lua 3.1" |
47 | #define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf" | 47 | #define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf" |
48 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 48 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
49 | 49 | ||