lua

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

commit dcc10accea47fa1475c627de6f7c3e3f7eeec27b
parent e2fc5aa684da313c96b69a9e556d65334943e4d9
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Wed, 29 Sep 1999 09:56:00 -0300

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.33 1999/08/11 17:00:59 roberto Exp roberto $ +** $Id: lua.h,v 1.34 1999/08/16 20:52:00 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" +#define LUA_VERSION "Lua 3.x" #define LUA_COPYRIGHT "Copyright (C) 1994-1999 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"