From 3738302a3c40d0d818bd33c6a2da88494460b0c5 Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 12 Jul 2015 23:08:43 +0200 Subject: [PATCH] Increase API_VERSION Conflicts: src/webui/webapplication.cpp --- 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 14f6136ea..5b91dfbf7 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -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/";