edit lua_api_version.h instead of autogenerating it

This will help those who do not use ccache :-)


Origin commit data
------------------
Branch: ni/coolstream
Commit: 96d7401e08
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2016-01-01 (Fri, 01 Jan 2016)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2016-01-01 14:14:55 +01:00
committed by vanhofen
parent 364954ef6b
commit 1ff26df09f
3 changed files with 7 additions and 20 deletions

View File

@@ -0,0 +1,7 @@
/*
* 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 37