Browse Source

Bump API_VERSION to 16.

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

2
src/webui/webapplication.cpp

@ -54,7 +54,7 @@ @@ -54,7 +54,7 @@
#include "prefjson.h"
#include "websessiondata.h"
static const int API_VERSION = 16;
static const int API_VERSION = 17;
static const int API_VERSION_MIN = 15;
const QString WWW_FOLDER = ":/www/public/";

Loading…
Cancel
Save