From 3ccdd57c26f27e2205281e93db211a18dc895cde Mon Sep 17 00:00:00 2001 From: Roberto Ierusalimschy Date: Tue, 12 Nov 1996 14:00:16 -0200 Subject: new version --- lua.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lua.h') diff --git a/lua.h b/lua.h index 72dce0a1..e9d586c9 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.29 1996/11/01 12:46:59 roberto Exp roberto $ +** $Id: lua.h,v 3.30 1996/11/07 20:26:08 roberto Exp roberto $ */ #ifndef lua_h #define lua_h -#define LUA_VERSION "Lua 2.5 (beta)" +#define LUA_VERSION "Lua 2.5" #define LUA_COPYRIGHT "Copyright (C) 1994-1996 TeCGraf" #define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo" -- cgit v1.2.3-55-g6feb