diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-13 15:18:42 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2015-11-13 15:18:42 -0200 |
| commit | fc085aa627a84186f933ed22f651107767cf81a2 (patch) | |
| tree | 924700b885690bbb14eeed023ad9166146f36b5a | |
| parent | 9a5d6aedb773a61153b07a0939d651efe8ee1753 (diff) | |
| download | lua-fc085aa627a84186f933ed22f651107767cf81a2.tar.gz lua-fc085aa627a84186f933ed22f651107767cf81a2.tar.bz2 lua-fc085aa627a84186f933ed22f651107767cf81a2.zip | |
new release number (5.3.2)
| -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.327 2015/03/10 14:17:51 roberto Exp roberto $ | 2 | ** $Id: lua.h,v 1.328 2015/06/03 13:03:38 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 "1" | 22 | #define LUA_VERSION_RELEASE "2" |
| 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 |
