diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-11-11 10:09:16 -0200 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-11-11 10:09:16 -0200 |
| commit | 63048dc9b78c39e655ec74270a4fe4647cccb1c9 (patch) | |
| tree | 78e04297bd02d2f37a157b0a51972842193d62a1 | |
| parent | 686705554686358b75a5247643007bca6f5a880c (diff) | |
| download | lua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.tar.gz lua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.tar.bz2 lua-63048dc9b78c39e655ec74270a4fe4647cccb1c9.zip | |
'LUA_VERSION_RELEASE' updated to 5.2.3.
Diffstat (limited to '')
| -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.285 2013/03/15 13:04:22 roberto Exp $ | 2 | ** $Id: lua.h,v 1.285.1.1 2013/04/12 18:48:47 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 "2" | 20 | #define LUA_VERSION_MINOR "2" |
| 21 | #define LUA_VERSION_NUM 502 | 21 | #define LUA_VERSION_NUM 502 |
| 22 | #define LUA_VERSION_RELEASE "2" | 22 | #define LUA_VERSION_RELEASE "3" |
| 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 |
