lua_misc.cpp: Fix compiler error 'overflow in implicit constant conversion'

- Set Lua api version to 1.26


Origin commit data
------------------
Branch: ni/coolstream
Commit: 5a7de075a2
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-13 (Sun, 13 Dec 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Michael Liebmann
2015-12-13 23:32:27 +01:00
parent 9b8c349ddd
commit 815b757e1e
2 changed files with 3 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ extern "C" {
#include "luainstance_helpers.h"
#define LUA_API_VERSION_MAJOR 1
#define LUA_API_VERSION_MINOR 25
#define LUA_API_VERSION_MINOR 26
/* inspired by Steve Kemp http://www.steve.org.uk/ */
class CLuaInstance