From e40444d1ad24136d35ea703f45b1c2dc7db80cd7 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Thu, 6 Apr 2017 02:03:44 +0300 Subject: [PATCH] Bump API_VERSION and API_VERSION_MIN to 13. --- 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 684c44da5..0f98fd611 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 = 12; -static const int API_VERSION_MIN = 11; +static const int API_VERSION = 13; +static const int API_VERSION_MIN = 13; const QString WWW_FOLDER = ":/www/public/"; const QString PRIVATE_FOLDER = ":/www/private/";