commit ac71a0891d8571816ce32b5c2c1fd97942decf71
parent 8e346d875ac1555bb3b008c99130792855a757a8
Author: Roberto Ierusalimschy <roberto@inf.puc-rio.br>
Date: Mon, 17 Jan 2005 21:50:33 -0200
detail
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lua.h b/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.199 2005/01/10 17:31:50 roberto Exp roberto $
+** $Id: lua.h,v 1.200 2005/01/14 14:19:42 roberto Exp roberto $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
@@ -19,7 +19,7 @@
#define LUA_VERSION "Lua 5.1 (work)"
#define LUA_VERSION_NUM 501
-#define LUA_COPYRIGHT "Copyright (C) 1994-2004 Tecgraf, PUC-Rio"
+#define LUA_COPYRIGHT "Copyright (C) 1994-2005 Tecgraf, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"