aboutsummaryrefslogtreecommitdiff
path: root/lua.h
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-10-12 14:52:39 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-10-12 14:52:39 -0300
commit849b2ecbd28793408d21ebd734525ab56ae5ca1e (patch)
treeee9a114f74284c3bdb50f40727e205befa417b7b /lua.h
parent30528049f1d11ea2854a6431e8e8524f83206559 (diff)
downloadlua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.tar.gz
lua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.tar.bz2
lua-849b2ecbd28793408d21ebd734525ab56ae5ca1e.zip
New release number (5.4.2)
Diffstat (limited to 'lua.h')
-rw-r--r--lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index 08c6a64a..c9d64d7f 100644
--- a/lua.h
+++ b/lua.h
@@ -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)