From 0caf03130c12f3da8a019d663dbd892ce63875b8 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 12 Dec 2016 22:11:06 +0200 Subject: [PATCH] Bump API_VERSION and API_VERSION_MIN to 11. --- 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 889227358..26e188c6d 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 = 10; -static const int API_VERSION_MIN = 10; +static const int API_VERSION = 11; +static const int API_VERSION_MIN = 11; const QString WWW_FOLDER = ":/www/public/"; const QString PRIVATE_FOLDER = ":/www/private/";