diff --git a/Changelog b/Changelog index a619f1e0e..e039a8499 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - sledgehammer999 - v3.0.11 +* Mon Jul 29 2013 - sledgehammer999 - v3.0.11 - FEATURE: Allow more fine tuning of upload slots. It should improve speed (sledgehammer999) - FEATURE: Enable edit/rename via F2 or double click in various places (Gelmir) - BUGFIX: Fix Spanish and Basque translations being messed up on Windows (sledgehammer999) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index a79c31f2e..6e726031b 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.10 + 3.0.11 CFBundleSignature qBit CFBundleExecutable diff --git a/src/windows/options.nsi b/src/windows/options.nsi index d539bd245..e110cc451 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -18,7 +18,7 @@ XPStyle on !define CSIDL_APPDATA '0x1A' ;Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path -!define PROG_VERSION "3.0.10" +!define PROG_VERSION "3.0.11" !define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe" !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt) diff --git a/version.pri b/version.pri index 37755a61f..dab115600 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.10 +PROJECT_VERSION = 3.0.11 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=10 +DEFINES += VERSION_BUGFIX=11