diff options
author | Lua Team <team@lua.org> | 1996-11-19 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1996-11-19 12:00:00 +0000 |
commit | 47a298a24ad3a8202440051de5938618502302a0 (patch) | |
tree | 9be43568f1e90c9219d5e3860b58c8ac1db5f062 /include/lua.h | |
parent | 721542976ebc89f2f8d17d19be7e4426570b69be (diff) | |
download | lua-github-2.5.tar.gz |
Lua 2.52.5
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" |