Bump version to v3.0.5

This commit is contained in:
Christophe Dumez
2012-09-30 10:58:35 +03:00
parent cfe1235b57
commit 4243be5b1a
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v3.0.5
* Sun Sep 30 2012 - Christophe Dumez <chris@qbittorrent.org> - v3.0.5
- BUGFIX: Disabling systray icon no longer disables file association settings (closes #114)
- BUGFIX: Import new trackers from magnet link in case of duplicate torrent (closes #111)
- BUGFIX: Fix "Skip hash check" feature in torrent import dialog (closes #128)

View File

@@ -45,7 +45,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.4</string>
<string>3.0.5</string>
<key>CFBundleSignature</key>
<string>qBit</string>
<key>CFBundleExecutable</key>

View File

@@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.0.4
PROJECT_VERSION = 3.0.5
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
@@ -9,4 +9,4 @@ os2 {
DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_BUGFIX=4
DEFINES += VERSION_BUGFIX=5