Browse Source

Bump WebUI API_VERSION and API_VERSION_MIN.

adaptive-webui-19844
sledgehammer999 9 years ago
parent
commit
ab813df992
  1. 4
      src/webui/webapplication.cpp

4
src/webui/webapplication.cpp

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

Loading…
Cancel
Save