mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-14 13:30:29 -05:00
9 lines
245 B
C
9 lines
245 B
C
|
|
#define LUA_VERSION_MAJOR "5"
|
|
#define LUA_VERSION_MINOR "2"
|
|
#define LUA_VERSION_NUM 502
|
|
#define LUA_VERSION_RELEASE "4"
|
|
|
|
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
|
|
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE
|