From ab813df992360b644981ba4fe67055fd6aaab9b3 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 19 Jan 2016 01:31:39 +0200 Subject: [PATCH] Bump WebUI API_VERSION and API_VERSION_MIN. --- src/webui/webapplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webui/webapplication.cpp b/src/webui/webapplication.cpp index 534a66379..05659a9c3 100644 --- a/src/webui/webapplication.cpp +++ b/src/webui/webapplication.cpp @@ -49,8 +49,8 @@ #include "websessiondata.h" #include "webapplication.h" -static const int API_VERSION = 7; -static const int API_VERSION_MIN = 2; +static const int API_VERSION = 8; +static const int API_VERSION_MIN = 8; const QString WWW_FOLDER = ":/www/public/"; const QString PRIVATE_FOLDER = ":/www/private/";