diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-06-07 16:01:50 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-06-07 16:01:50 -0300 |
commit | a14992992adcaa4c60e275cb011e7832e6e796ae (patch) | |
tree | d00968cda1b0b456da6ca028e3f4beb3500aefc6 | |
parent | 48adb6984c9af1deb32deda0430f092973ec8d6a (diff) | |
download | lua-a14992992adcaa4c60e275cb011e7832e6e796ae.tar.gz lua-a14992992adcaa4c60e275cb011e7832e6e796ae.tar.bz2 lua-a14992992adcaa4c60e275cb011e7832e6e796ae.zip |
new version (5.3)
-rw-r--r-- | lua.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.289 2013/05/14 16:00:11 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.290 2013/06/07 14:51:10 roberto Exp roberto $ |
3 | ** Lua - A Scripting Language | 3 | ** Lua - A Scripting Language |
4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) | 4 | ** Lua.org, PUC-Rio, Brazil (http://www.lua.org) |
5 | ** See Copyright Notice at the end of this file | 5 | ** See Copyright Notice at the end of this file |
@@ -17,9 +17,9 @@ | |||
17 | 17 | ||
18 | 18 | ||
19 | #define LUA_VERSION_MAJOR "5" | 19 | #define LUA_VERSION_MAJOR "5" |
20 | #define LUA_VERSION_MINOR "2" | 20 | #define LUA_VERSION_MINOR "3" |
21 | #define LUA_VERSION_NUM 502 | 21 | #define LUA_VERSION_NUM 503 |
22 | #define LUA_VERSION_RELEASE "2" | 22 | #define LUA_VERSION_RELEASE "work" |
23 | 23 | ||
24 | #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR | 24 | #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR |
25 | #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE | 25 | #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE |