diff --git a/Changelog b/Changelog index 6751f30ab..7bf7afc61 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,7 @@ +* Tue Sep 18 2012 - Christophe Dumez - v3.0.4 + - BUGFIX: Fix issue with downloads starting from scratch on startup if temporary + directory setting is enabled. + * Sun Sep 16 2012 - Christophe Dumez - v3.0.3 - BUGFIX: Fix issue with temporary directory not being taken into consideration (closes #94) - BUGFIX: Address encoding issues when using search engine on Windows (closes #29) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index 3a6eb26a6..d398bce36 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.3 + 3.0.4 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index 537cd756d..fe5c1512b 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.3 +PROJECT_VERSION = 3.0.4 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=3 +DEFINES += VERSION_BUGFIX=4