Bump API_VERSION and API_VERSION_MIN to 15.

This commit is contained in:
sledgehammer999 2017-07-18 22:38:59 +03:00
parent 78f2afa239
commit cc388fe772
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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