diff options
author | Lua Team <team@lua.org> | 2006-06-19 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2006-06-19 12:00:00 +0000 |
commit | 0de9166148af8217fd15c8540755753c0256581b (patch) | |
tree | 0d5d72e0a7b6b2c91d43dec1a49e8f76e417e6c7 /include/lua.h | |
parent | e7731a8fb8a317aa5c444ef073bfad82fa5baa54 (diff) | |
download | lua-github-5.0.x.tar.gz |
Diffstat (limited to 'include/lua.h')
-rw-r--r-- | include/lua.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/lua.h b/include/lua.h index 88b0191e..bd4acc9a 100644 --- a/include/lua.h +++ b/include/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.175b 2003/03/18 12:31:39 roberto Exp $ +** $Id: lua.h,v 1.175c 2003/03/18 12:31:39 roberto 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.2" -#define LUA_COPYRIGHT "Copyright (C) 1994-2004 Tecgraf, PUC-Rio" +#define LUA_VERSION "Lua 5.0.3" +#define LUA_COPYRIGHT "Copyright (C) 1994-2006 Tecgraf, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" @@ -365,7 +365,7 @@ struct lua_Debug { /****************************************************************************** -* Copyright (C) 1994-2004 Tecgraf, PUC-Rio. All rights reserved. +* Copyright (C) 1994-2006 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 |