mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Bump Web API version
This commit is contained in:
@@ -41,8 +41,8 @@
|
|||||||
#include "base/http/types.h"
|
#include "base/http/types.h"
|
||||||
#include "base/utils/version.h"
|
#include "base/utils/version.h"
|
||||||
|
|
||||||
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 0};
|
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 1};
|
||||||
constexpr int COMPAT_API_VERSION = 18;
|
constexpr int COMPAT_API_VERSION = 19;
|
||||||
constexpr int COMPAT_API_VERSION_MIN = 18;
|
constexpr int COMPAT_API_VERSION_MIN = 18;
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
|
|||||||
Reference in New Issue
Block a user