Browse Source

Bump WebUI API_VERSION.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
e39f8fafb1
  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 = 4;
static const int API_VERSION = 5;
static const int API_VERSION_MIN = 2;
const QString WWW_FOLDER = ":/www/public/";

Loading…
Cancel
Save