aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-03-21 18:30:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-03-21 18:30:29 -0300
commit7ecc2ea59745fb8ab530e46a503e3c7505b03076 (patch)
tree321232d712deabc9a9107e0eef676b68ffa3c076
parent7a35f23c1688e3e24781c780e121bbdc0e4b53e1 (diff)
downloadlua-7ecc2ea59745fb8ab530e46a503e3c7505b03076.tar.gz
lua-7ecc2ea59745fb8ab530e46a503e3c7505b03076.tar.bz2
lua-7ecc2ea59745fb8ab530e46a503e3c7505b03076.zip
new version
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 1bfcfaf1..32cfac31 100644
--- a/lua.h
+++ b/lua.h
@@ -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.23 1996/02/14 13:40:26 roberto Exp $ 5** $Id: lua.h,v 3.24 1996/03/19 22:28:37 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.3 (beta)" 12#define LUA_VERSION "Lua 2.4 (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