diff --git a/Changelog b/Changelog index 5d7fb6d5a..59004eb05 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.9 +* Sat Mar 16 2013 - Christophe Dumez - v3.0.9 - BUGFIX: Raise qBittorrent windows when another instance is launched - BUGFIX: Show human readable names for network interfaces in preferences (Windows) - BUGFIX: Fix torrent creator bug when saving non-latin path (Windows) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index 776fff079..4ac20c20c 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.6 + 3.0.9 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index 5ffc9b7a0..4a043b1a5 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.8 +PROJECT_VERSION = 3.0.9 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=8 +DEFINES += VERSION_BUGFIX=9