diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-10-12 14:52:39 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-10-12 14:52:39 -0300 |
commit | 849b2ecbd28793408d21ebd734525ab56ae5ca1e (patch) | |
tree | ee9a114f74284c3bdb50f40727e205befa417b7b | |
parent | 30528049f1d11ea2854a6431e8e8524f83206559 (diff) | |
download | lua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.tar.gz lua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.tar.bz2 lua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.zip |
New release number (5.4.2)
-rw-r--r-- | lua.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | 18 | ||
19 | #define LUA_VERSION_MAJOR "5" | 19 | #define LUA_VERSION_MAJOR "5" |
20 | #define LUA_VERSION_MINOR "4" | 20 | #define LUA_VERSION_MINOR "4" |
21 | #define LUA_VERSION_RELEASE "1" | 21 | #define LUA_VERSION_RELEASE "2" |
22 | 22 | ||
23 | #define LUA_VERSION_NUM 504 | 23 | #define LUA_VERSION_NUM 504 |
24 | #define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 0) | 24 | #define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 0) |