mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-19 04:49:47 -07:00
Bump to 3.1.4
This commit is contained in:
parent
a308c6b9d0
commit
79aa3dfbcf
3 changed files with 4 additions and 4 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.3</string>
|
<string>3.1.4</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>qBit</string>
|
<string>qBit</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|
|
@ -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.3"
|
!define PROG_VERSION "3.1.4"
|
||||||
!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)
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
PROJECT_NAME = qbittorrent
|
PROJECT_NAME = qbittorrent
|
||||||
PROJECT_VERSION = 3.1.3
|
PROJECT_VERSION = 3.1.4
|
||||||
|
|
||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||||
|
@ -9,4 +9,4 @@ os2 {
|
||||||
|
|
||||||
DEFINES += VERSION_MAJOR=3
|
DEFINES += VERSION_MAJOR=3
|
||||||
DEFINES += VERSION_MINOR=1
|
DEFINES += VERSION_MINOR=1
|
||||||
DEFINES += VERSION_BUGFIX=3
|
DEFINES += VERSION_BUGFIX=4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue