From 57a4b9f8b65b27d24e7ec53015c864a4441753b6 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Jun 2016 02:15:11 +0300 Subject: [PATCH] Fix API_VERSION and API_VERSION_MIN numbers. --- 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 95064854a..82e4ec006 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 = 11; +static const int API_VERSION = 10; static const int API_VERSION_MIN = 10; const QString WWW_FOLDER = ":/www/public/";