Increase API_VERSION due to changes in #3279, #3197, #3226 and #3040

Conflicts:
	src/webui/webapplication.cpp
This commit is contained in:
ngosang
2015-06-25 20:04:21 +02:00
committed by sledgehammer999
parent c3d9321865
commit 278872eb12

View File

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