Skip to content

Commit 295cde9

Browse files
committed
New release number (5.4.5)
1 parent f3cfd5b commit 295cde9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lua.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@
1818

1919
#define LUA_VERSION_MAJOR "5"
2020
#define LUA_VERSION_MINOR "4"
21-
#define LUA_VERSION_RELEASE "4"
21+
#define LUA_VERSION_RELEASE "5"
2222

2323
#define LUA_VERSION_NUM 504
24-
#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 4)
24+
#define LUA_VERSION_RELEASE_NUM (LUA_VERSION_NUM * 100 + 5)
2525

2626
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
2727
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE

0 commit comments

Comments
 (0)