CLuaInstCurl: Fix CurlDownload() to send POST data

- Set Lua api version to 1.77


Origin commit data
------------------
Commit: 100fa78952
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2017-10-23 (Mon, 23 Oct 2017)
This commit is contained in:
Michael Liebmann
2017-10-23 07:52:32 +02:00
parent 2ab178ac1d
commit 7588f7df73
2 changed files with 4 additions and 2 deletions

View File

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