mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-13 00:33:09 -07:00
Bump API_VERSION and API_VERSION_MIN.
This commit is contained in:
parent
fdc44871ca
commit
93d8cadaaf
1 changed files with 2 additions and 2 deletions
|
@ -49,8 +49,8 @@
|
|||
#include "websessiondata.h"
|
||||
#include "webapplication.h"
|
||||
|
||||
static const int API_VERSION = 9;
|
||||
static const int API_VERSION_MIN = 9;
|
||||
static const int API_VERSION = 10;
|
||||
static const int API_VERSION_MIN = 10;
|
||||
|
||||
const QString WWW_FOLDER = ":/www/public/";
|
||||
const QString PRIVATE_FOLDER = ":/www/private/";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue