Bump API_VERSION and API_VERSION_MIN to 11.

This commit is contained in:
sledgehammer999 2016-12-12 22:11:06 +02:00
parent d88ec48468
commit 0caf03130c

View file

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