From ac74f1440829b4272e3fc07aef47d5c7f89d3d1b Mon Sep 17 00:00:00 2001 From: ngosang Date: Sun, 12 Jul 2015 23:08:43 +0200 Subject: [PATCH] Increase 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 23530e5b6..a64e68e56 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 = 3; +static const int API_VERSION = 4; static const int API_VERSION_MIN = 2; const QString WWW_FOLDER = ":/www/public/";