From e788445fe26969de8f8743d7da623e8c5b0787a7 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 13 May 2015 23:33:22 +0300 Subject: [PATCH] Bump to 3.3.0alpha --- Changelog | 2 ++ dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- version.pri | 4 ++-- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Changelog b/Changelog index 2e3d3da43..4aec48ab4 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +* Unreleased - sledgehammer999 - v3.3.0 + * Sun May 10 2015 - sledgehammer999 - v3.2.0 - FEATURE: Show actual protocol for listen success/failure in the log. Needs libtorrent v1.0.0 (Gelmir) - FEATURE: Support per tracker re-announce. Needs libtorrent v1.0.0 (Gelmir) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 569444a37..734fc6207 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.0 + 3.3.0 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index acbe4a590..fc7464890 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -19,7 +19,7 @@ XPStyle on !define CSIDL_APPDATA '0x1A' ;Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path -!define PROG_VERSION "3.2.0" +!define PROG_VERSION "3.3.0" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt) diff --git a/version.pri b/version.pri index 19679abe4..40bf01c78 100644 --- a/version.pri +++ b/version.pri @@ -2,10 +2,10 @@ PROJECT_NAME = qbittorrent # Define version numbers here VER_MAJOR = 3 -VER_MINOR = 2 +VER_MINOR = 3 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = RC1 # Should be empty for stable releases! +VER_STATUS = alpha # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}