Files
recycled-ni-neutrino/src/gui/lua/lua_api_version.h
vanhofen 5fa17bbd95 lua: add pin-input; set lua api version to 1.58
Origin commit data
------------------
Branch: ni/coolstream
Commit: 80d1e9b6cf
Author: vanhofen <vanhofen@gmx.de>
Date: 2016-09-08 (Thu, 08 Sep 2016)

Origin message was:
------------------
- lua: add pin-input; set lua api version to 1.58

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

------------------
This commit was generated by Migit
2016-09-08 00:09:52 +02: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 58