1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

Use VERSION_BUILD where possible. Revert a change from previous commit.

This commit is contained in:
sledgehammer999 2014-11-23 20:57:45 +02:00
parent 6a2c82fe72
commit 202e816d08
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -127,7 +127,7 @@ QBtSession::QBtSession()
version << VERSION_MAJOR; version << VERSION_MAJOR;
version << VERSION_MINOR; version << VERSION_MINOR;
version << VERSION_BUGFIX; version << VERSION_BUGFIX;
version << 0; version << VERSION_BUILD;
const QString peer_id = "qB"; const QString peer_id = "qB";
// Construct session // Construct session
s = new session(fingerprint(peer_id.toLocal8Bit().constData(), version.at(0), version.at(1), version.at(2), version.at(3)), 0); s = new session(fingerprint(peer_id.toLocal8Bit().constData(), version.at(0), version.at(1), version.at(2), version.at(3)), 0);

View File

@ -1,4 +1,4 @@
PROJECT_NAME = qBittorrent PROJECT_NAME = qbittorrent
# Define version numbers here # Define version numbers here
VER_MAJOR = 3 VER_MAJOR = 3