Bump version to v3.0.2

This commit is contained in:
Christophe Dumez 2012-09-01 14:08:47 +03:00
parent 21fe7f2ca6
commit f836c40fc4
3 changed files with 4 additions and 4 deletions

View file

@ -1,4 +1,4 @@
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v3.0.2
* Sat Sep 1 2012 - Christophe Dumez <chris@qbittorrent.org> - 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)

View file

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

View file

@ -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