From c1ee91cd2af1e701b35b45ed3d0e0facf08f601a Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 20 Jul 2016 01:38:11 +0300 Subject: [PATCH] Bump to 3.3.6 --- dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- version.pri | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index bc63b44a69e7..49e54b673e64 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.3.5 + 3.3.6 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index a708ed517610..13714983c3f2 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.3.5" +!define PROG_VERSION "3.3.6" !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 50626dbc0949..d4f628e72d72 100644 --- a/version.pri +++ b/version.pri @@ -3,7 +3,7 @@ PROJECT_NAME = qbittorrent # Define version numbers here VER_MAJOR = 3 VER_MINOR = 3 -VER_BUGFIX = 5 +VER_BUGFIX = 6 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!