Browse Source

Bump API_VERSION to 12.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
5c730f984d
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      src/webui/webapplication.cpp

2
src/webui/webapplication.cpp

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

Loading…
Cancel
Save