From 7ecc2ea59745fb8ab530e46a503e3c7505b03076 Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Thu, 21 Mar 1996 18:30:29 -0300 Subject: new version --- lua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua.h b/lua.h index 1bfcfaf1..32cfac31 100644 --- 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.23 1996/02/14 13:40:26 roberto Exp $ +** $Id: lua.h,v 3.24 1996/03/19 22:28:37 roberto Exp roberto $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.3 (beta)" +#define LUA_VERSION "Lua 2.4 (beta)" #define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" -- cgit v1.2.3-55-g6feb