Browse Source

Bump Web API version

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

6
src/webui/webapplication.h

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

Loading…
Cancel
Save