Increase API_VERSION

Conflicts:
	src/webui/webapplication.cpp
This commit is contained in:
ngosang 2015-07-12 23:08:43 +02:00 committed by sledgehammer999
commit 3738302a3c

View file

@ -48,7 +48,7 @@
using namespace libtorrent;
static const int API_VERSION = 3;
static const int API_VERSION = 4;
static const int API_VERSION_MIN = 2;
const QString WWW_FOLDER = ":/www/public/";