lua

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

commit 0a1891f6a07dafbaece702f0b08bb6e4084b67b6
parent 1936a9e53bac819e3707a47998c9b5fb705c2b7c
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon,  6 May 1996 11:32:39 -0300

new version.

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

diff --git a/lua.h b/lua.h @@ -2,14 +2,14 @@ ** LUA - Linguagem para Usuarios de Aplicacao ** Grupo de Tecnologia em Computacao Grafica ** TeCGraf - PUC-Rio -** $Id: lua.h,v 3.26 1996/04/22 18:00:37 roberto Exp roberto $ +** $Id: lua.h,v 3.27 1996/04/25 14:10:00 roberto Exp roberto $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.4 (beta)" +#define LUA_VERSION "Lua 2.4" #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"