From 93d8cadaaf521e1b8d138e6eea0fe66dca52cc2f Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 29 Mar 2016 23:15:11 +0300 Subject: [PATCH] Bump 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 f95e387e2..e8838f834 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 = 9; -static const int API_VERSION_MIN = 9; +static const int API_VERSION = 10; +static const int API_VERSION_MIN = 10; const QString WWW_FOLDER = ":/www/public/"; const QString PRIVATE_FOLDER = ":/www/private/";