Files
CMake/Tests/RunCMake/FindLua/prefix2/include/lua5.9/lua.h
2018-05-24 11:19:40 -04:00

9 lines
245 B
C

#define LUA_VERSION_MAJOR "5"
#define LUA_VERSION_MINOR "9"
#define LUA_VERSION_NUM 509
#define LUA_VERSION_RELEASE "4"
#define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR
#define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE