24 lines
792 B
Diff
24 lines
792 B
Diff
--- a/src/base/version.h.in
|
|
+++ b/src/base/version.h.in
|
|
@@ -31,7 +31,7 @@
|
|
#define QBT_VERSION_MAJOR 4
|
|
#define QBT_VERSION_MINOR 5
|
|
#define QBT_VERSION_BUGFIX 2
|
|
-#define QBT_VERSION_BUILD 10
|
|
+#define QBT_VERSION_BUILD 0
|
|
#define QBT_VERSION_STATUS "" // Should be empty for stable releases!
|
|
|
|
#define QBT__STRINGIFY(x) #x
|
|
|
|
--- a/src/base/bittorrent/sessionimpl.cpp
|
|
+++ b/src/base/bittorrent/sessionimpl.cpp
|
|
@@ -122,7 +122,7 @@ const int STATISTICS_SAVE_INTERVAL = std::chrono::milliseconds(15min).count();
|
|
namespace
|
|
{
|
|
const char PEER_ID[] = "qB";
|
|
- const auto USER_AGENT = QStringLiteral("qBittorrent Enhanced/" QBT_VERSION_2);
|
|
+ const auto USER_AGENT = QStringLiteral("qBittorrent/" QBT_VERSION_2);
|
|
|
|
void torrentQueuePositionUp(const lt::torrent_handle &handle)
|
|
{
|