diff options
Diffstat (limited to 'include/lua.h')
-rw-r--r-- | include/lua.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/lua.h b/include/lua.h index 07f53209..6a515d50 100644 --- a/include/lua.h +++ b/include/lua.h @@ -2,15 +2,15 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.28 1996/05/06 14:32:59 roberto Exp $ +** $Id: lua.h,v 3.32 1996/11/20 13:49:32 roberto Exp $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.4" -#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" +#define LUA_VERSION "Lua 2.5.1" +#define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |