mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-09 21:34:20 +00:00
Bump Web API version
This commit is contained in:
parent
239f98e450
commit
ac1839fa6b
@ -42,8 +42,8 @@
|
|||||||
#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, 1};
|
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 2};
|
||||||
constexpr int COMPAT_API_VERSION = 19;
|
constexpr int COMPAT_API_VERSION = 20;
|
||||||
constexpr int COMPAT_API_VERSION_MIN = 18;
|
constexpr int COMPAT_API_VERSION_MIN = 18;
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user