1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 20:44:15 +00:00

Bump Web API version

This commit is contained in:
sledgehammer999 2018-05-27 18:21:04 +03:00
parent a1a6a7ef56
commit 6ad8d730cc
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -41,8 +41,8 @@
#include "base/http/types.h"
#include "base/utils/version.h"
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 0};
constexpr int COMPAT_API_VERSION = 18;
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 0, 1};
constexpr int COMPAT_API_VERSION = 19;
constexpr int COMPAT_API_VERSION_MIN = 18;
class APIController;