diff options
author | Lua Team <team@lua.org> | 2003-11-25 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 2003-11-25 12:00:00 +0000 |
commit | 72286a8eeb927e1a33f24e9d99bb37ec5343ad45 (patch) | |
tree | 5a325cc1666ee447433fd4a565ec7f12be57f00f /include/lua.h | |
parent | f0e4e22f5c119865eb5a8d3844a40df2d5980b3b (diff) | |
download | lua-github-5.0.1.tar.gz |
Lua 5.0.15.0.1
Diffstat (limited to 'include/lua.h')
-rw-r--r-- | include/lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/lua.h b/include/lua.h index 0d827b10..c5689379 100644 --- a/include/lua.h +++ b/include/lua.h @@ -1,5 +1,5 @@ /* -** $Id: lua.h,v 1.175 2003/03/18 12:31:39 roberto Exp $ +** $Id: lua.h,v 1.175a 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,7 +14,7 @@ #include <stddef.h> -#define LUA_VERSION "Lua 5.0" +#define LUA_VERSION "Lua 5.0.1" #define LUA_COPYRIGHT "Copyright (C) 1994-2003 Tecgraf, PUC-Rio" #define LUA_AUTHORS "R. Ierusalimschy, L. H. de Figueiredo & W. Celes" |