diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-09-15 14:27:10 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2020-09-15 14:27:10 -0300 |
commit | b6888a158b43c7391e2e4837cf4ae91e8c5e8371 (patch) | |
tree | dd23bcb2bad24538cb161a8f5b5e9ffdfb50ebf1 /lua.h | |
parent | 613513d09f89834bea1810bc09b9296560328d92 (diff) | |
download | lua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.tar.gz lua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.tar.bz2 lua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.zip |
New release number (5.4.1)
Diffstat (limited to 'lua.h')
-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 "0" | 21 | #define LUA_VERSION_RELEASE "1" |
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) |