summaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index e9d586c9..f19a1351 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.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