diff --git a/Changelog b/Changelog index 15f2bdbe2..a25dac45f 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.1 +* Tue Aug 21 2012 - Christophe Dumez - v3.0.1 - BUGFIX: Fix possible crash when adding a tracker to a magnet torrent without metadata (Closes #1034254) - BUGFIX: Remember queue position for torrents without metadata (closes #17) - BUGFIX: Fix crash when using unauthorized characters in label names (closes #19) diff --git a/src/Info.plist b/src/Info.plist index 35b8e922b..778c3ab38 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.0 + 3.0.1 CFBundleSignature qBit CFBundleExecutable diff --git a/version.pri b/version.pri index f5b205088..2db46306c 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.0 +PROJECT_VERSION = 3.0.1 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'