From c6fe1d3620379b118cd5e00c7d1419f1d13d0356 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 20 Jun 2016 04:22:46 +0300 Subject: [PATCH] Bump to 3.3.5 --- 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 6e9620add..bc63b44a6 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.3.4 + 3.3.5 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index d3c6c0b46..a708ed517 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.4" +!define PROG_VERSION "3.3.5" !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 2d20096ea..50626dbc0 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 = 4 +VER_BUGFIX = 5 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!