aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-08-31 16:46:07 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2001-08-31 16:46:07 -0300
commit7651a5c6b2ee6ec59cadec6199319d482071f176 (patch)
treeb06c65abc3c6ac2cb31d8a92c16ac0fbe13055e2
parent8c8ad5f3fffae16a751f2419a5972ec7ffd6babf (diff)
downloadlua-7651a5c6b2ee6ec59cadec6199319d482071f176.tar.gz
lua-7651a5c6b2ee6ec59cadec6199319d482071f176.tar.bz2
lua-7651a5c6b2ee6ec59cadec6199319d482071f176.zip
start of new version
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 60805202..3c3c507e 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.h,v 1.101 2001/07/12 18:11:58 roberto Exp roberto $ 2** $Id: lua.h,v 1.102 2001/07/19 13:24:18 roberto Exp roberto $
3** Lua - An Extensible Extension Language 3** Lua - An Extensible Extension Language
4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil 4** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
5** e-mail: info@lua.org 5** e-mail: info@lua.org
@@ -17,7 +17,7 @@
17 17
18 18
19 19
20#define LUA_VERSION "Lua 4.1 (alpha)" 20#define LUA_VERSION "Lua 4.1 (beta)"
21#define LUA_COPYRIGHT "Copyright (C) 1994-2001 TeCGraf, PUC-Rio" 21#define LUA_COPYRIGHT "Copyright (C) 1994-2001 TeCGraf, PUC-Rio"
22#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" 22#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
23 23