new version number

This commit is contained in:
Roberto Ierusalimschy
1996-11-01 10:46:59 -02:00
parent 4dbf7285a8
commit bf3091d94f

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.27 1996/04/25 14:10:00 roberto Exp roberto $
** $Id: lua.h,v 3.28 1996/05/06 14:32:59 roberto Exp roberto $
*/
#ifndef lua_h
#define lua_h
#define LUA_VERSION "Lua 2.4"
#define LUA_VERSION "Lua 2.5 (beta)"
#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"