Bump API_VERSION to 12.

This commit is contained in:
sledgehammer999 2017-03-03 22:31:58 +02:00
parent 0fb3b18a8f
commit 5c730f984d
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

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