summaryrefslogtreecommitdiff
path: root/lua/include
diff options
context:
space:
mode:
authorniemeyer <devnull@localhost>2004-03-19 21:14:32 +0000
committerniemeyer <devnull@localhost>2004-03-19 21:14:32 +0000
commitfa111e33baa1443d7d84b0872234e60f46ab948f (patch)
treef362091fc9585e9700ed80a23424ff4af690890b /lua/include
parent635edd95230e17e8ada5793719d7e385e729df30 (diff)
downloadrpm-fa111e33baa1443d7d84b0872234e60f46ab948f.tar.gz
rpm-fa111e33baa1443d7d84b0872234e60f46ab948f.tar.bz2
rpm-fa111e33baa1443d7d84b0872234e60f46ab948f.zip
Upgrading to Lua 5.0.2.
CVS patchset: 7179 CVS date: 2004/03/19 21:14:32
Diffstat (limited to 'lua/include')
-rw-r--r--lua/include/lua.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/lua/include/lua.h b/lua/include/lua.h
index 56415a565..99838f4e0 100644
--- a/lua/include/lua.h
+++ b/lua/include/lua.h
@@ -1,5 +1,5 @@
/*
-** $Id: lua.h,v 1.1 2004/03/16 21:58:30 niemeyer Exp $
+** $Id: lua.h,v 1.2 2004/03/19 21:14:32 niemeyer Exp $
** Lua - An Extensible Extension Language
** Tecgraf: Computer Graphics Technology Group, PUC-Rio, Brazil
** http://www.lua.org mailto:info@lua.org
@@ -14,8 +14,8 @@
#include <stddef.h>
-#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"
@@ -365,7 +365,7 @@ struct lua_Debug {
/******************************************************************************
-* Copyright (C) 1994-2003 Tecgraf, PUC-Rio. All rights reserved.
+* Copyright (C) 1994-2004 Tecgraf, PUC-Rio. All rights reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the