Bump API_VERSION and API_VERSION_MIN.

This commit is contained in:
sledgehammer999 2016-03-29 23:15:47 +03:00
commit b47292c39f

View file

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