Files
recycled-ni-neutrino/src/gui/lua/lua_api_version.h
vanhofen 7767cfe619 luainstance: add offsets to lua; set Lua api version to 1.70
Origin commit data
------------------
Branch: ni/coolstream
Commit: 6eb1bb1ea4
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-03-02 (Thu, 02 Mar 2017)

Origin message was:
------------------
- luainstance: add offsets to lua; set Lua api version to 1.70

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
2017-03-02 23:00:49 +01:00

8 lines
229 B
C

/*
* this is only used in two code files, so put it into its own
* header to reduce complete neutrino rebuilding all the time due
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 70