Bump WebUI API_VERSION.

This commit is contained in:
sledgehammer999 2015-10-09 16:46:20 +03:00
parent c18a56769d
commit 73e5bdc5b5

View file

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