1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-13 05:41:17 +00:00

Bump API_VERSION and API_VERSION_MIN to 13.

This commit is contained in:
sledgehammer999 2017-04-06 02:03:44 +03:00
parent 50f0ba4f7a
commit e40444d1ad
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

@ -49,8 +49,8 @@
#include "websessiondata.h"
#include "webapplication.h"
static const int API_VERSION = 12;
static const int API_VERSION_MIN = 11;
static const int API_VERSION = 13;
static const int API_VERSION_MIN = 13;
const QString WWW_FOLDER = ":/www/public/";
const QString PRIVATE_FOLDER = ":/www/private/";