From 258efe261d0f62a971ada71569e88f2a9668fb16 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Thu, 6 Apr 2017 19:51:12 +0300 Subject: [PATCH] Bump to 3.3.12 --- 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 af95ca505..da59f63a2 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.3.11 + 3.3.12 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index a67fbadc5..707ae6ae7 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.3.11" +!define PROG_VERSION "3.3.12" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun diff --git a/version.pri b/version.pri index 7e6f46de6..21b9d4e6f 100644 --- a/version.pri +++ b/version.pri @@ -4,7 +4,7 @@ PROJECT_NAME = qbittorrent # Define version numbers here VER_MAJOR = 3 VER_MINOR = 3 -VER_BUGFIX = 11 +VER_BUGFIX = 12 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!