mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-30 16:34:16 +00:00
Bump to 3.2.0alpha
This commit is contained in:
parent
276377138e
commit
4ad68ac800
@ -1,3 +1,5 @@
|
|||||||
|
* Unreleased - sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.2.0
|
||||||
|
|
||||||
* Sat Oct 12 2013 - Christophe Dumez <chris@qbittorrent.org> and sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.1.0
|
* Sat Oct 12 2013 - Christophe Dumez <chris@qbittorrent.org> and sledgehammer999 <sledgehammer999@qbittorrent.org> - v3.1.0
|
||||||
- FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)
|
- FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)
|
||||||
- FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro)
|
- FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro)
|
||||||
|
@ -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.0</string>
|
<string>3.2.0</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.0.3"
|
!define PROG_VERSION "3.2.0"
|
||||||
!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.0alpha
|
PROJECT_VERSION = 3.2.0alpha
|
||||||
|
|
||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user