diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 10:40:26 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-02-14 10:40:26 -0300 |
commit | c56e2b2e30364bf245d518bef5d4b896212c686a (patch) | |
tree | 7eb49dc5a3c2a3af1b2fc048fe73276b46ec97a0 | |
parent | d1608c597e2f45021d43c56050aff08e5d417699 (diff) | |
download | lua-c56e2b2e30364bf245d518bef5d4b896212c686a.tar.gz lua-c56e2b2e30364bf245d518bef5d4b896212c686a.tar.bz2 lua-c56e2b2e30364bf245d518bef5d4b896212c686a.zip |
new version
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,14 +2,14 @@ | |||
2 | ** LUA - Linguagem para Usuarios de Aplicacao | 2 | ** LUA - Linguagem para Usuarios de Aplicacao |
3 | ** Grupo de Tecnologia em Computacao Grafica | 3 | ** Grupo de Tecnologia em Computacao Grafica |
4 | ** TeCGraf - PUC-Rio | 4 | ** TeCGraf - PUC-Rio |
5 | ** $Id: lua.h,v 3.21 1995/11/13 15:36:52 roberto Exp roberto $ | 5 | ** $Id: lua.h,v 3.22 1996/02/12 18:32:09 roberto Exp roberto $ |
6 | */ | 6 | */ |
7 | 7 | ||
8 | 8 | ||
9 | #ifndef lua_h | 9 | #ifndef lua_h |
10 | #define lua_h | 10 | #define lua_h |
11 | 11 | ||
12 | #define LUA_VERSION "Lua 2.2" | 12 | #define LUA_VERSION "Lua 2.3 (beta)" |
13 | #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" | 13 | #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" |
14 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" | 14 | #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" |
15 | 15 | ||