1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-14 16:57:55 +00:00

Bump WebUI API_VERSION.

This commit is contained in:
sledgehammer999 2015-10-09 16:46:20 +03:00
parent 50b9438fb6
commit e39f8fafb1

View File

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