new version

This commit is contained in:
Roberto Ierusalimschy 1996-02-14 10:40:26 -03:00
parent d1608c597e
commit c56e2b2e30
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.21 1995/11/13 15:36:52 roberto Exp roberto $
** $Id: lua.h,v 3.22 1996/02/12 18:32:09 roberto Exp roberto $
*/
#ifndef lua_h
#define lua_h
#define LUA_VERSION "Lua 2.2"
#define LUA_VERSION "Lua 2.3 (beta)"
#define LUA_COPYRIGHT "Copyright (C) 1994, 1995 TeCGraf"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"