lua

A copy of the Lua development repository
Log | Files | Refs | README

commit f9f355221fc41b5db5e6bc7b3e369c4d074003d5
parent b3dd9b1bb13a7ea904b74819d265f77a8e54f47f
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Thu, 19 Jul 2001 10:23:56 -0300

version -> 4.1 alpha

Diffstat:
Mlua.h | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lua.h b/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.100 2001/07/05 19:32:42 roberto Exp roberto $ +** $Id: lua.h,v 1.101 2001/07/12 18:11:58 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 (work)" +#define LUA_VERSION "Lua 4.1 (alpha)" #define LUA_COPYRIGHT "Copyright (C) 1994-2001 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"