From 3ac9b2525eebddb828de5b3809663b415ce551f6 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 --- 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 90582c0ab..0748fd0ed 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -46,7 +46,7 @@ #include "websessiondata.h" #include "webapplication.h" -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/";