mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 09:43:07 -07:00
Bump Web API version
This commit is contained in:
parent
0be8439cf6
commit
dbbfbaff9f
1 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue