From e39f8fafb12a38fee7527fb66dec2fcc4f36f5a8 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 1b2dfee6f..a7098f28a 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 = 4; +static const int API_VERSION = 5; static const int API_VERSION_MIN = 2; const QString WWW_FOLDER = ":/www/public/";