Bump WebUI API_VERSION.

This commit is contained in:
sledgehammer999 2015-11-22 22:03:17 +02:00
parent 18f3517efa
commit 3e6d76245c

View file

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