Browse Source

Bump WebUI API_VERSION.

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

2
src/webui/webapplication.cpp

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

Loading…
Cancel
Save