summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/FindLua/prefix2/include/lua5.2/lua.h
blob: d53f326ccee6e1a37a2e8ead5785c84bcb753213 (plain)
1
2
3
4
5
6
7
8

#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