1
0
mirror of https://github.com/lua/lua synced 2026-06-08 15:34:49 +00:00
This commit is contained in:
Roberto Ierusalimschy
1998-06-18 13:51:53 -03:00
parent d97af0de26
commit 0789451458
+2 -2
View File
@@ -1,5 +1,5 @@
/*
** $Id: lua.h,v 1.21 1998/06/06 21:05:52 roberto Exp roberto $
** $Id: lua.h,v 1.22 1998/06/15 21:34:14 roberto Exp roberto $
** Lua - An Extensible Extension Language
** TeCGraf: Grupo de Tecnologia em Computacao Grafica, PUC-Rio, Brazil
** e-mail: lua@tecgraf.puc-rio.br
@@ -12,7 +12,7 @@
#define lua_h
#define LUA_VERSION "Lua 3.1"
#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf"
#define LUA_COPYRIGHT "Copyright (C) 1994-1998 TeCGraf, PUC-Rio"
#define LUA_AUTHORS "W. Celes, R. Ierusalimschy & L. H. de Figueiredo"