From 7651a5c6b2ee6ec59cadec6199319d482071f176 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Fri, 31 Aug 2001 16:46:07 -0300 Subject: start of new version --- lua.h | 4 ++-- 1 file 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 @@ /* -** $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 ** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil ** e-mail: info@lua.org @@ -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_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" -- cgit v1.2.3-55-g6feb