diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-07-31 10:44:30 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2014-07-31 10:44:30 -0300 |
commit | fba9050d3d6aa53853f89317c8f040f90a4c61db (patch) | |
tree | a8fef4b15bbe81c25e526e805ed1aa0086bc1ea3 | |
parent | d86170662017645cf22884641f33a9d6b48d16e6 (diff) | |
download | lua-5.3-alpha.tar.gz lua-5.3-alpha.tar.bz2 lua-5.3-alpha.zip |
release changed to (5.3) alphav5.3-alpha
-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.310 2014/07/22 18:07:47 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.311 2014/07/24 14:00:16 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 "work" | 22 | #define LUA_VERSION_RELEASE "alpha" |
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 |