Change the user-agent format in the session.cpp too.

This commit is contained in:
sledgehammer999
2017-03-07 23:41:29 +02:00
parent 147f4d76e2
commit be60b3e046

View File

@@ -91,7 +91,7 @@
static const char PEER_ID[] = "qB";
static const char RESUME_FOLDER[] = "BT_backup";
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION; // to pass trackers whitelists, using the "v" prefixed version string
static const char USER_AGENT[] = "qBittorrent/" QBT_VERSION_2;
namespace libt = libtorrent;
using namespace BitTorrent;