Browse Source

Bump to 3.2.0alpha

adaptive-webui-19844
sledgehammer999 11 years ago
parent
commit
4ad68ac800
  1. 2
      Changelog
  2. 2
      src/mac/Info.plist
  3. 2
      src/windows/options.nsi
  4. 2
      version.pri

2
Changelog

@ -1,3 +1,5 @@ @@ -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)

2
src/mac/Info.plist

@ -45,7 +45,7 @@ @@ -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>

2
src/windows/options.nsi

@ -18,7 +18,7 @@ XPStyle on @@ -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)

2
version.pri

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

Loading…
Cancel
Save