aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-09-15 14:27:10 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2020-09-15 14:27:10 -0300
commitb6888a158b43c7391e2e4837cf4ae91e8c5e8371 (patch)
treedd23bcb2bad24538cb161a8f5b5e9ffdfb50ebf1
parent613513d09f89834bea1810bc09b9296560328d92 (diff)
downloadlua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.tar.gz
lua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.tar.bz2
lua-b6888a158b43c7391e2e4837cf4ae91e8c5e8371.zip
New release number (5.4.1)
-rw-r--r--lua.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lua.h b/lua.h
index b348c147..08c6a64a 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 "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)