Browse Source

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

adaptive-webui-19844
ngosang 9 years ago
parent
commit
3ac9b2525e
  1. 2
      src/webui/webapplication.cpp

2
src/webui/webapplication.cpp

@ -46,7 +46,7 @@ @@ -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/";

Loading…
Cancel
Save