Fix API_VERSION and API_VERSION_MIN numbers.

This commit is contained in:
sledgehammer999 2016-06-20 02:15:11 +03:00
parent d060b0d342
commit 57a4b9f8b6

View file

@ -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/";