mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-17 06:01:33 -06:00
Bump API_VERSION and API_VERSION_MIN to 13.
This commit is contained in:
@@ -49,8 +49,8 @@
|
|||||||
#include "websessiondata.h"
|
#include "websessiondata.h"
|
||||||
#include "webapplication.h"
|
#include "webapplication.h"
|
||||||
|
|
||||||
static const int API_VERSION = 12;
|
static const int API_VERSION = 13;
|
||||||
static const int API_VERSION_MIN = 11;
|
static const int API_VERSION_MIN = 13;
|
||||||
|
|
||||||
const QString WWW_FOLDER = ":/www/public/";
|
const QString WWW_FOLDER = ":/www/public/";
|
||||||
const QString PRIVATE_FOLDER = ":/www/private/";
|
const QString PRIVATE_FOLDER = ":/www/private/";
|
||||||
|
|||||||
Reference in New Issue
Block a user