mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
fix: change api version to patch instead of minor
This commit is contained in:
parent
ea4f2c40e8
commit
d72507d326
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@
|
|||
#include "base/utils/version.h"
|
||||
#include "api/isessionmanager.h"
|
||||
|
||||
inline const Utils::Version<3, 2> API_VERSION {2, 12, 0};
|
||||
inline const Utils::Version<3, 2> API_VERSION {2, 11, 4};
|
||||
|
||||
class QTimer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue