mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Bump Web API version
This commit is contained in:
committed by
Thomas Piccirello
parent
cf9d903ba9
commit
cd2c448e6d
@@ -43,9 +43,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, 1, 1};
|
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 0};
|
||||||
constexpr int COMPAT_API_VERSION = 22;
|
constexpr int COMPAT_API_VERSION = 23;
|
||||||
constexpr int COMPAT_API_VERSION_MIN = 21;
|
constexpr int COMPAT_API_VERSION_MIN = 23;
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
class WebApplication;
|
class WebApplication;
|
||||||
|
|||||||
Reference in New Issue
Block a user