From 4ad68ac8002b415cda29a3467ff50d23a67d0d76 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sat, 12 Oct 2013 17:57:32 +0300 Subject: [PATCH] Bump to 3.2.0alpha --- Changelog | 2 ++ src/mac/Info.plist | 2 +- src/windows/options.nsi | 2 +- version.pri | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Changelog b/Changelog index a9811ab5f..f4fd72228 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +* Unreleased - sledgehammer999 - v3.2.0 + * Sat Oct 12 2013 - Christophe Dumez and sledgehammer999 - v3.1.0 - FEATURE: Add command line option to daemonize qbittorrent-nox (ngaro) - FEATURE: Add "Shutdown qBittorrent" button to Web UI (ngaro) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index c2c72c5ec..a841220b6 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.0 + 3.2.0 CFBundleSignature qBit CFBundleExecutable diff --git a/src/windows/options.nsi b/src/windows/options.nsi index f9b847e86..384043b0a 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -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) diff --git a/version.pri b/version.pri index e8c2d4190..4b05ee657 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.1.0alpha +PROJECT_VERSION = 3.2.0alpha os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'