aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto I <roberto@inf.puc-rio.br>2026-07-24 11:39:24 -0300
committerRoberto I <roberto@inf.puc-rio.br>2026-07-24 11:39:24 -0300
commit2f8fe031c75d925e01aedc49507e247657d751fb (patch)
tree9fb25b2d6d16eef8d905d34615dc9bf1d2864b35
parentf4f4968fd3947519fdca385b6f9757e55ae60441 (diff)
downloadlua-2f8fe031c75d925e01aedc49507e247657d751fb.tar.gz
lua-2f8fe031c75d925e01aedc49507e247657d751fb.tar.bz2
lua-2f8fe031c75d925e01aedc49507e247657d751fb.zip
New release number (5.4.9)
-rw-r--r--lua.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.h b/lua.h
index f3ea590d..935a1891 100644
--- a/lua.h
+++ b/lua.h
@@ -18,10 +18,10 @@
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 "8" 21#define LUA_VERSION_RELEASE "9"
22 22
23#define LUA_VERSION_NUM 504 23#define LUA_VERSION_NUM 504
24#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 8) 24#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 9)
25 25
26#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR 26#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
27#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE 27#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE