From de9d675d3df8f3bec7d7470783387aef8c825ce7 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 28 Apr 2014 22:06:25 +0300 Subject: [PATCH] Bump to 3.1.9.1 This is an excuse to produce new builds with an OpenSSL version that isn't affected by the heartbleed bug for Windows and Mac. This bug should only affect the WebUI and only if HTTPS/SSL authentication was enabled. --- src/mac/Info.plist | 2 +- src/qbittorrent.rc | Bin 2880 -> 2880 bytes src/qtlibtorrent/qbtsession.cpp | 2 +- src/windows/options.nsi | 4 ++-- version.pri | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index a9447a046..fbacaad37 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.9 + 3.1.9.1 CFBundleSignature qBit CFBundleExecutable diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index 3731ef6d0c24134a04623e3e1d9b5c85b3056e78..d445f2bba378265166081456de6a48e68aafae56 100644 GIT binary patch delta 40 scmX>gc0g>yG)6|l$%V|alLZ*XCf{S{n0$+gXYxJ9T@caD+nBmI02jdxegFUf delta 40 scmX>gc0g>yG)6{)$%V|alLZ*XCf{S{n0$+gXYxJ9T@caD+nBmI02h}Hd;kCd diff --git a/src/qtlibtorrent/qbtsession.cpp b/src/qtlibtorrent/qbtsession.cpp index 3443ebbfc..d070cb2a1 100755 --- a/src/qtlibtorrent/qbtsession.cpp +++ b/src/qtlibtorrent/qbtsession.cpp @@ -129,7 +129,7 @@ QBtSession::QBtSession() version << VERSION_MAJOR; version << VERSION_MINOR; version << VERSION_BUGFIX; - version << 0; + version << 1; 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); diff --git a/src/windows/options.nsi b/src/windows/options.nsi index 89f2fe29a..66277c791 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -18,7 +18,7 @@ XPStyle on !define CSIDL_APPDATA '0x1A' ;Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path -!define PROG_VERSION "3.1.9" +!define PROG_VERSION "3.1.9.1" !define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe" !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt) @@ -35,7 +35,7 @@ VIAddVersionKey "LegalCopyright" "Copyright ©2006-2013 The qBittorrent project" VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client" VIAddVersionKey "FileVersion" "${PROG_VERSION}" -VIProductVersion "${PROG_VERSION}.0" +VIProductVersion "${PROG_VERSION}" ; The default installation directory InstallDir $PROGRAMFILES\qBittorrent diff --git a/version.pri b/version.pri index 8ef39a138..1eec8459c 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.1.9 +PROJECT_VERSION = 3.1.9.1 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'