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