new version

This commit is contained in:
Roberto Ierusalimschy 1996-03-21 18:30:29 -03:00
parent 7a35f23c16
commit 7ecc2ea597
1 changed files with 2 additions and 2 deletions

4
lua.h
View File

@ -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"