diff options
| author | Roberto I <roberto@inf.puc-rio.br> | 2026-07-24 11:39:24 -0300 |
|---|---|---|
| committer | Roberto I <roberto@inf.puc-rio.br> | 2026-07-24 11:39:24 -0300 |
| commit | 2f8fe031c75d925e01aedc49507e247657d751fb (patch) | |
| tree | 9fb25b2d6d16eef8d905d34615dc9bf1d2864b35 | |
| parent | f4f4968fd3947519fdca385b6f9757e55ae60441 (diff) | |
| download | lua-2f8fe031c75d925e01aedc49507e247657d751fb.tar.gz lua-2f8fe031c75d925e01aedc49507e247657d751fb.tar.bz2 lua-2f8fe031c75d925e01aedc49507e247657d751fb.zip | |
New release number (5.4.9)
| -rw-r--r-- | lua.h | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -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 |
