Bump API_VERSION to 11.

This commit is contained in:
sledgehammer999 2016-04-17 19:57:08 +03:00
parent 2a20855c17
commit 4c79a1d766

View File

@ -49,7 +49,7 @@
#include "websessiondata.h"
#include "webapplication.h"
static const int API_VERSION = 10;
static const int API_VERSION = 11;
static const int API_VERSION_MIN = 10;
const QString WWW_FOLDER = ":/www/public/";