summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-05-06 11:32:59 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1996-05-06 11:32:59 -0300
commit0a1891f6a07dafbaece702f0b08bb6e4084b67b6 (patch)
tree8d9e887b2acc694160948362df8bc6270710b207
parent1936a9e53bac819e3707a47998c9b5fb705c2b7c (diff)
downloadlua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.tar.gz
lua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.tar.bz2
lua-0a1891f6a07dafbaece702f0b08bb6e4084b67b6.zip
new version.
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index bb65cf5c..b80a1f57 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.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