lua

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

commit f8a0fd268e1d23ec180f3af463b21019ce12c29c
parent 0066bbbb0b882dab02909563c112a75626477a02
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 22 Dec 2000 14:58:19 -0200

temporary version

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.79 2000/10/31 12:44:07 roberto Exp roberto $ +** $Id: lua.h,v 1.80 2000/12/04 18:33:40 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 @@ -22,7 +22,7 @@ #endif -#define LUA_VERSION "Lua 4.0" +#define LUA_VERSION "Lua 4.1(work)" #define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"