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

Bump WebUI API_VERSION.

This commit is contained in:
sledgehammer999 2015-12-07 23:42:35 +02:00
parent 970e21fc33
commit 3e0f8a1e4e

View File

@ -49,7 +49,7 @@
#include "websessiondata.h"
#include "webapplication.h"
static const int API_VERSION = 6;
static const int API_VERSION = 7;
static const int API_VERSION_MIN = 2;
const QString WWW_FOLDER = ":/www/public/";