diff --git a/Changelog b/Changelog index 4153d7d60..cc78c48d1 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - sledgehammer999 - v3.2.4 +* Sat Oct 10 2015 - sledgehammer999 - v3.2.4 - FEATURE: Select the file of single file torrents when opening destination folder (pmzqla) - BUGFIX: Fix crash with invalid favicon. Closes #3632. (glassez) - BUGFIX: Try to download favicon.png when the download of favicon.ico fails (pmzqla) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index ab6c03e3c..bb3dc4eb9 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.3 + 3.2.4 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index 6a1fe640f..07170194b 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.3" +!define PROG_VERSION "3.2.4" !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 2b160127d..2933f5a27 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 = 3 +VER_BUGFIX = 4 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!