diff --git a/Changelog b/Changelog index 01642ab83..6751f30ab 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.3 +* 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) - BUGFIX: Bypass cache when uploading a torrent file in Web UI (closes #68) diff --git a/src/Info.plist b/src/Info.plist index c55aef7a3..3a6eb26a6 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.2 + 3.0.3 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index 225746bb5..537cd756d 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.2 +PROJECT_VERSION = 3.0.3 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=2 +DEFINES += VERSION_BUGFIX=3