From 14b3414e9d9657e39f207345fd57a82fe56a0db1 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Tue, 21 Aug 2012 20:22:20 +0300 Subject: [PATCH] Bump version to v3.0.1 --- Changelog | 2 +- src/Info.plist | 2 +- version.pri | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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}\"\'