mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-14 00:37:58 +00:00
Bump Web API version
This commit is contained in:
parent
fe9fb03e38
commit
bdc788c824
@ -42,9 +42,9 @@
|
||||
#include "base/utils/net.h"
|
||||
#include "base/utils/version.h"
|
||||
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 2};
|
||||
constexpr int COMPAT_API_VERSION = 20;
|
||||
constexpr int COMPAT_API_VERSION_MIN = 18;
|
||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 1, 0};
|
||||
constexpr int COMPAT_API_VERSION = 21;
|
||||
constexpr int COMPAT_API_VERSION_MIN = 21;
|
||||
|
||||
class APIController;
|
||||
class WebApplication;
|
||||
|
Loading…
Reference in New Issue
Block a user