Browse Source

Bump Web API version

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

4
src/webui/webapplication.h

@ -42,8 +42,8 @@ @@ -42,8 +42,8 @@
#include "base/utils/net.h"
#include "base/utils/version.h"
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 1};
constexpr int COMPAT_API_VERSION = 19;
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 2};
constexpr int COMPAT_API_VERSION = 20;
constexpr int COMPAT_API_VERSION_MIN = 18;
class APIController;

Loading…
Cancel
Save