diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-11-20 11:49:32 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-11-20 11:49:32 -0200 |
commit | 42359b8b133906fb06ecafa7f853519c818616e3 (patch) | |
tree | cd99c34189212f2656c1606c478474a0df77dd31 | |
parent | 169870e37d0d979b2d161e59f50abc00f2ddc355 (diff) | |
download | lua-2.5.1.tar.gz lua-2.5.1.tar.bz2 lua-2.5.1.zip |
new versionv2.5.1
-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.30 1996/11/07 20:26:08 roberto Exp roberto $ | 5 | ** $Id: lua.h,v 3.31 1996/11/12 16:00:16 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.5" | 12 | #define LUA_VERSION "Lua 2.5.1" |
13 | #define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" | 13 | #define LUA_COPYRIGHT "Copyright (C) 1994-1996 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 | ||