mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
parent
359b464958
commit
0f8def9a49
1 changed files with 2 additions and 2 deletions
|
@ -43,8 +43,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, 2, 0};
|
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 1};
|
||||||
constexpr int COMPAT_API_VERSION = 23;
|
constexpr int COMPAT_API_VERSION = 24;
|
||||||
constexpr int COMPAT_API_VERSION_MIN = 23;
|
constexpr int COMPAT_API_VERSION_MIN = 23;
|
||||||
|
|
||||||
class APIController;
|
class APIController;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue