CLuaInstCurl::CurlDownload: Rework progress display

- Set Lua api version to 1.31


Origin commit data
------------------
Commit: c5bcbf490c
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2015-12-15 (Tue, 15 Dec 2015)
This commit is contained in:
Michael Liebmann
2015-12-15 00:31:42 +01:00
parent af2694da72
commit ea55ab70e1
3 changed files with 25 additions and 10 deletions

View File

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