1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-03-10 12:21:12 +00:00

Bump API_VERSION to 16.

This commit is contained in:
sledgehammer999 2017-11-03 01:57:32 +02:00
parent 6b0449dde7
commit ffa6f7ea34
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2

View File

@ -54,7 +54,7 @@
#include "prefjson.h"
#include "websessiondata.h"
static const int API_VERSION = 15;
static const int API_VERSION = 16;
static const int API_VERSION_MIN = 15;
const QString WWW_FOLDER = ":/www/public/";