diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 11:32:59 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 1996-05-06 11:32:59 -0300 |
commit | 0a1891f6a07dafbaece702f0b08bb6e4084b67b6 (patch) | |
tree | 8d9e887b2acc694160948362df8bc6270710b207 | |
parent | 1936a9e53bac819e3707a47998c9b5fb705c2b7c (diff) | |
download | lua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.tar.gz lua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.tar.bz2 lua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.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.26 1996/04/22 18:00:37 roberto Exp roberto $ | 5 | ** $Id: lua.h,v 3.27 1996/04/25 14:10:00 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.4 (beta)" | 12 | #define LUA_VERSION "Lua 2.4" |
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 | ||