diff --git a/Changelog b/Changelog index b926df1e0..642543902 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - sledgehammer999 - v3.2.5 +* Sat Oct 31 2015 - sledgehammer999 - v3.2.5 - BUGFIX: Fix difficult to reproduce crash. (glassez) - OTHER: Fix Windows' Qt5 build. (Gelmir) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index bb3dc4eb9..22f92cd92 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.2.4 + 3.2.5 CFBundleSignature qBit CFBundleExecutable diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index 07170194b..c4226b7ba 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.4" +!define PROG_VERSION "3.2.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 2933f5a27..0e6cc835c 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 = 4 +VER_BUGFIX = 5 VER_BUILD = 0 VER_STATUS = # Should be empty for stable releases!