Browse Source

Merge pull request #9718 from qbittorrent/webapi-version-bump

Bump WebAPI version
adaptive-webui-19844
Vladimir Golovnev 6 years ago committed by GitHub
parent
commit
30dadfceea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/webui/webapplication.h

4
src/webui/webapplication.h

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

Loading…
Cancel
Save