lua_filehelpers.cpp: Add lua script function 'ln()'

- Set Lua api version to 1.54
This commit is contained in:
M. Liebmann
2016-09-05 00:27:05 +02:00
parent b50886faca
commit 95a078742b
3 changed files with 62 additions and 1 deletions

View File

@@ -4,4 +4,4 @@
* to luainstance.h changes
*/
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 53
#define LUA_API_VERSION_MINOR 54