Bump API_VERSION and API_VERSION_MIN.

This commit is contained in:
sledgehammer999 2016-03-29 23:15:11 +03:00
parent fdc44871ca
commit 93d8cadaaf

View file

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