summaryrefslogtreecommitdiff
path: root/lib/lua/include/lua.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lua/include/lua.h')
-rw-r--r--lib/lua/include/lua.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/lua/include/lua.h b/lib/lua/include/lua.h
index a3def0e..2540709 100644
--- a/lib/lua/include/lua.h
+++ b/lib/lua/include/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.6 2004-11-27 21:46:06 pixel Exp $
+** $Id: lua.h,v 1.7 2004-12-27 19:52:23 pixel Exp $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
@@ -17,8 +17,8 @@
extern "C" {
#endif
-#define LUA_VERSION "Lua 5.0"
-#define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio"
+#define LUA_VERSION "Lua 5.0.2"
+#define LUA_COPYRIGHT "Copyright (C) 1994-2004 Tecgraf, PUC-Rio"
#define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes"