From b47292c39f341a006743734b6dcaba35920c13a6 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 29 Mar 2016 23:15:47 +0300 Subject: [PATCH] Bump API_VERSION and API_VERSION_MIN. --- 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 2cfab6f2a..7d6907ff4 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 = 8; +static const int API_VERSION = 9; static const int API_VERSION_MIN = 8; const QString WWW_FOLDER = ":/www/public/";