mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
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.
This commit is contained in:
parent
bfd864efce
commit
de9d675d3d
5 changed files with 5 additions and 5 deletions
|
@ -45,7 +45,7 @@
|
||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleShortVersionString</key>
|
<key>CFBundleShortVersionString</key>
|
||||||
<string>3.1.9</string>
|
<string>3.1.9.1</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>qBit</string>
|
<string>qBit</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|
Binary file not shown.
|
@ -129,7 +129,7 @@ QBtSession::QBtSession()
|
||||||
version << VERSION_MAJOR;
|
version << VERSION_MAJOR;
|
||||||
version << VERSION_MINOR;
|
version << VERSION_MINOR;
|
||||||
version << VERSION_BUGFIX;
|
version << VERSION_BUGFIX;
|
||||||
version << 0;
|
version << 1;
|
||||||
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);
|
||||||
|
|
|
@ -18,7 +18,7 @@ XPStyle on
|
||||||
!define CSIDL_APPDATA '0x1A' ;Application Data path
|
!define CSIDL_APPDATA '0x1A' ;Application Data path
|
||||||
!define CSIDL_LOCALAPPDATA '0x1C' ;Local 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 "$INSTDIR\qbittorrent.exe"
|
||||||
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
|
!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 "FileDescription" "qBittorrent - A Bittorrent Client"
|
||||||
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
|
VIAddVersionKey "FileVersion" "${PROG_VERSION}"
|
||||||
|
|
||||||
VIProductVersion "${PROG_VERSION}.0"
|
VIProductVersion "${PROG_VERSION}"
|
||||||
|
|
||||||
; The default installation directory
|
; The default installation directory
|
||||||
InstallDir $PROGRAMFILES\qBittorrent
|
InstallDir $PROGRAMFILES\qBittorrent
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PROJECT_NAME = qbittorrent
|
PROJECT_NAME = qbittorrent
|
||||||
PROJECT_VERSION = 3.1.9
|
PROJECT_VERSION = 3.1.9.1
|
||||||
|
|
||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue