Browse Source

start of new version

Roberto Ierusalimschy 24 years ago
parent
commit
7651a5c6b2
1 changed files with 2 additions and 2 deletions
  1. 2 2
      lua.h

+ 2 - 2
lua.h

@@ -1,5 +1,5 @@
 /*
 /*
-** $Id: lua.h,v 1.101 2001/07/12 18:11:58 roberto Exp roberto $
+** $Id: lua.h,v 1.102 2001/07/19 13:24:18 roberto Exp roberto $
 ** Lua - An Extensible Extension Language
 ** Lua - An Extensible Extension Language
 ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
 ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
 ** e-mail: [email protected]
 ** e-mail: [email protected]
@@ -17,7 +17,7 @@
 
 
 
 
 
 
-#define LUA_VERSION	"Lua 4.1 (alpha)"
+#define LUA_VERSION	"Lua 4.1 (beta)"
 #define LUA_COPYRIGHT	"Copyright (C) 1994-2001 TeCGraf, PUC-Rio"
 #define LUA_COPYRIGHT	"Copyright (C) 1994-2001 TeCGraf, PUC-Rio"
 #define LUA_AUTHORS 	"W. Celes, R. Ierusalimschy & L. H. de Figueiredo"
 #define LUA_AUTHORS 	"W. Celes, R. Ierusalimschy & L. H. de Figueiredo"