diff --git a/Changelog b/Changelog index 726e2490b..7f590d798 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.5 +* Sun Sep 30 2012 - Christophe Dumez - v3.0.5 - BUGFIX: Disabling systray icon no longer disables file association settings (closes #114) - BUGFIX: Import new trackers from magnet link in case of duplicate torrent (closes #111) - BUGFIX: Fix "Skip hash check" feature in torrent import dialog (closes #128) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index d398bce36..9664ae0b3 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.4 + 3.0.5 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index fe5c1512b..384712bae 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.4 +PROJECT_VERSION = 3.0.5 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=4 +DEFINES += VERSION_BUGFIX=5