From 73e5bdc5b5fde93d6da07b9d13d676631e020fdd Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Fri, 9 Oct 2015 16:46:20 +0300 Subject: [PATCH] Bump WebUI API_VERSION. --- src/webui/webapplication.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/webui/webapplication.cpp b/src/webui/webapplication.cpp index bc05c2b08..4b277a34b 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -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/";