Increase API_VERSION due to changes in #3279, #3197, #3226 and #3040

This commit is contained in:
ngosang 2015-06-25 20:04:21 +02:00
parent 831b47b8f9
commit 3ac9b2525e

View file

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