Bump to 3.2.0alpha

This commit is contained in:
sledgehammer999 2013-10-12 17:57:32 +03:00
parent 276377138e
commit 4ad68ac800
4 changed files with 5 additions and 3 deletions

View file

@ -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
- FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro)
- FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro)

View file

@ -45,7 +45,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.0</string>
<string>3.2.0</string>
<key>CFBundleSignature</key>
<string>qBit</string>
<key>CFBundleExecutable</key>

View file

@ -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.0.3"
!define PROG_VERSION "3.2.0"
!define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe"
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)

View file

@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.1.0alpha
PROJECT_VERSION = 3.2.0alpha
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'