summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-04-15 09:33:19 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>1999-04-15 09:33:19 -0300
commite64dbc390a25dac45b62d33833c202d1fa9c0b7e (patch)
tree387b250c414611915f5d40989b9925400c16cba7
parenta0fd8d178775439f9b7ab28dd7a5eb47deec58e7 (diff)
downloadlua-github-3_2_Beta.tar.gz
new version is beta.v3_2_Betav3.2-beta
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index 30e4a867..1652892b 100644
--- a/lua.h
+++ b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.29 1999/02/23 14:57:28 roberto Exp roberto $
+** $Id: lua.h,v 1.30 1999/02/25 19:13:56 roberto Exp roberto $
** Lua - An Extensible Extension Language
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
** e-mail: lua@tecgraf.puc-rio.br
@@ -11,7 +11,7 @@
#ifndef lua_h
#define lua_h
-#define LUA_VERSION "Lua 3.2 (alpha)"
+#define LUA_VERSION "Lua 3.2 (beta)"
#define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"