lua

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

commit fa649fbc26494bf829406a8d94c974a873ab0451
parent 0c3e0fd95d4375da18917563b14252e1700bd3bb
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date:   Mon, 13 Nov 1995 13:36:33 -0200

new distribution

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.19 1995/10/25 13:05:51 roberto Exp roberto $ +** $Id: lua.h,v 3.20 1995/10/31 16:41:53 roberto Exp roberto $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.1" +#define LUA_VERSION "Lua 2.2" #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"