diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-06-03 10:03:38 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-06-03 10:03:38 -0300 |
commit | 6628012e9e3a066070e0e214d3b02f0146544489 (patch) | |
tree | 16dfc6a99ad83ea9ae82f267dbe116c8e28c732b | |
parent | ed1fe28bb8c98382412eab8cfe24fe3dc5adf8f3 (diff) | |
download | lua-6628012e9e3a066070e0e214d3b02f0146544489.tar.gz lua-6628012e9e3a066070e0e214d3b02f0146544489.tar.bz2 lua-6628012e9e3a066070e0e214d3b02f0146544489.zip |
new release number (5.3.1)
-rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ | |||
1 | /* | 1 | /* |
2 | ** $Id: lua.h,v 1.326 2015/01/13 19:50:30 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.327 2015/03/10 14:17:51 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 |
@@ -19,7 +19,7 @@ | |||
19 | #define LUA_VERSION_MAJOR "5" | 19 | #define LUA_VERSION_MAJOR "5" |
20 | #define LUA_VERSION_MINOR "3" | 20 | #define LUA_VERSION_MINOR "3" |
21 | #define LUA_VERSION_NUM 503 | 21 | #define LUA_VERSION_NUM 503 |
22 | #define LUA_VERSION_RELEASE "0" | 22 | #define LUA_VERSION_RELEASE "1" |
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 |