diff --git a/Changelog b/Changelog index 20c9e1a1d..08b25cbb0 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - sledgehammer999 - v3.2.2 +* Sat Aug 01 2015 - sledgehammer999 - v3.2.2 - FEATURE: Allow to force reannounce DHT too (Chocobo1) - FEATURE: Implement an option to disable confirmation of torrent recheck (blaxspirit) - FEATURE: Allow to copy all the trackers with a keyboard shortcut (pmzqla) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index cfae3721b..906edc440 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.1 + 3.2.2 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index a5ea6d9d3..3085e832d 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.1" +!define PROG_VERSION "3.2.2" !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 8c207c66b..30ff1990b 100644 --- a/version.pri +++ b/version.pri @@ -3,7 +3,7 @@ PROJECT_NAME = qbittorrent # Define version numbers here VER_MAJOR = 3 VER_MINOR = 2 -VER_BUGFIX = 1 +VER_BUGFIX = 2 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!