From 2eb393ae9a39dec2ef57105c11a8175d9b461155 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 17 Apr 2016 19:57:08 +0300 Subject: [PATCH] Bump API_VERSION to 11. --- 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 95f895bf8..82345b368 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 = 9; +static const int API_VERSION = 10; static const int API_VERSION_MIN = 9; const QString WWW_FOLDER = ":/www/public/";