mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
Bump to 3.1.9.2
This commit is contained in:
@@ -129,7 +129,7 @@ QBtSession::QBtSession()
|
||||
version << VERSION_MAJOR;
|
||||
version << VERSION_MINOR;
|
||||
version << VERSION_BUGFIX;
|
||||
version << 1;
|
||||
version << 2;
|
||||
const QString peer_id = "qB";
|
||||
// Construct session
|
||||
s = new session(fingerprint(peer_id.toLocal8Bit().constData(), version.at(0), version.at(1), version.at(2), version.at(3)), 0);
|
||||
|
||||
Reference in New Issue
Block a user