From 3e0f8a1e4e78d7382aec2b1680862756ad8efaf3 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 7 Dec 2015 23:42:35 +0200 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 38e58e39d..1a61bff6d 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -49,7 +49,7 @@ #include "websessiondata.h" #include "webapplication.h" -static const int API_VERSION = 6; +static const int API_VERSION = 7; static const int API_VERSION_MIN = 2; const QString WWW_FOLDER = ":/www/public/";