aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 3a7add82..72dce0a1 100644
--- a/lua.h
+++ b/lua.h
@@ -2,7 +2,7 @@
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.28 1996/05/06 14:32:59 roberto Exp roberto $ 5** $Id: lua.h,v 3.29 1996/11/01 12:46:59 roberto Exp roberto $
6*/ 6*/
7 7
8 8
@@ -10,7 +10,7 @@
10#define lua_h 10#define lua_h
11 11
12#define LUA_VERSION "Lua 2.5 (beta)" 12#define LUA_VERSION "Lua 2.5 (beta)"
13#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 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
16 16