From 88a771c9ff3a23d9ac20bb6b67d30c6c78310f7b Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Nov 2017 02:41:28 +0200 Subject: [PATCH] Bump to 4.1.0alpha --- Changelog | 2 ++ dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- version.pri | 6 +++--- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Changelog b/Changelog index 8566bddc1..e65c1a689 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,5 @@ +Unreleased - sledgehammer999 - v4.1.0 + * Mon Nov 20 2017 - sledgehammer999 - v4.0.0 - FEATURE: Change qbittorrent logo. Issue #6467. (HVS, Atif Afzal, sledgehammer999) - FEATURE: New icon theme with SVG source, so we can scale it appropriately in the future. (Bert Verhelst) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index c7e42fa9c..e37b11367 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.4.0 + 4.1.0 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index e036d0c74..d200d4fed 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -27,7 +27,7 @@ XPStyle on !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path ; Program specific -!define PROG_VERSION "3.4.0" +!define PROG_VERSION "4.1.0" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun diff --git a/version.pri b/version.pri index 494876b7b..a0d69d118 100644 --- a/version.pri +++ b/version.pri @@ -2,11 +2,11 @@ PROJECT_NAME = qbittorrent # Define version numbers here -VER_MAJOR = 3 -VER_MINOR = 4 +VER_MAJOR = 4 +VER_MINOR = 1 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = beta2 # 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}