aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-11-01 10:46:59 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-11-01 10:46:59 -0200
commitbf3091d94f4043513168fc3317f3cb9179e24861 (patch)
tree7fadec1ee379410b5be585af006a6b6060d6c579
parent4dbf7285a8e5f7ab735df23048bf7f670e1394f1 (diff)
downloadlua-bf3091d94f4043513168fc3317f3cb9179e24861.tar.gz
lua-bf3091d94f4043513168fc3317f3cb9179e24861.tar.bz2
lua-bf3091d94f4043513168fc3317f3cb9179e24861.zip
new version number
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index b80a1f57..3a7add82 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.27 1996/04/25 14:10:00 roberto Exp roberto $ 5** $Id: lua.h,v 3.28 1996/05/06 14:32:59 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" 12#define LUA_VERSION "Lua 2.5 (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