From 278872eb1217868d0f20bce0e9f84a4894d21fa7 Mon Sep 17 00:00:00 2001 From: ngosang Date: Thu, 25 Jun 2015 20:04:21 +0200 Subject: [PATCH] Increase API_VERSION due to changes in #3279, #3197, #3226 and #3040 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 3284dad70..adddbf0ec 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -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/";