diff --git a/Changelog b/Changelog index f7b19d73f..531861587 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.2 +* Sat Sep 1 2012 - Christophe Dumez - v3.0.2 - FEATURE: Add "clear" functionality to search field (closes #59) - BUGFIX: Attempt to use qBittorrent icon from theme if available (closes #49) - BUGFIX: Fix crash when a fastresume file is empty (closes #52) diff --git a/src/Info.plist b/src/Info.plist index 778c3ab38..c55aef7a3 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.1 + 3.0.2 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index 2db46306c..225746bb5 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.1 +PROJECT_VERSION = 3.0.2 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=2