lua

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

commit e408cf61a2b0f96d1393c046dff32ed762b925a1
parent 4e90768635d696c3c4d4fefb900c9cd5237f9cc3
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Fri, 14 Apr 2000 14:47:58 -0300

new version number

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.45 2000/03/27 14:00:35 roberto Exp roberto $ +** $Id: lua.h,v 1.46 2000/04/14 17:46:37 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.x" +#define LUA_VERSION "Lua 4.0" #define LUA_COPYRIGHT "Copyright (C) 1994-2000 TeCGraf, PUC-Rio" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"