mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 06:28:03 -06:00
Bump version to v2.9.6
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
* unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.9.6
|
* Sat Mar 17 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.6
|
||||||
- BUGFIX: Fix download first/last pieces state reporting
|
- BUGFIX: Fix download first/last pieces state reporting
|
||||||
- BUGFIX: Fix name of progress column in torrent content panel
|
- BUGFIX: Fix name of progress column in torrent content panel
|
||||||
- BUGFIX: Disable system tray icon on Mac OS X
|
- BUGFIX: Disable system tray icon on Mac OS X
|
||||||
|
|||||||
@@ -47,7 +47,7 @@
|
|||||||
<key>CFBundlePackageType</key>
|
<key>CFBundlePackageType</key>
|
||||||
<string>APPL</string>
|
<string>APPL</string>
|
||||||
<key>CFBundleGetInfoString</key>
|
<key>CFBundleGetInfoString</key>
|
||||||
<string>2.9.5</string>
|
<string>2.9.6</string>
|
||||||
<key>CFBundleSignature</key>
|
<key>CFBundleSignature</key>
|
||||||
<string>????</string>
|
<string>????</string>
|
||||||
<key>CFBundleExecutable</key>
|
<key>CFBundleExecutable</key>
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
PROJECT_NAME = qbittorrent
|
PROJECT_NAME = qbittorrent
|
||||||
PROJECT_VERSION = 2.9.5
|
PROJECT_VERSION = 2.9.6
|
||||||
|
|
||||||
os2 {
|
os2 {
|
||||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||||
@@ -9,4 +9,4 @@ os2 {
|
|||||||
|
|
||||||
DEFINES += VERSION_MAJOR=2
|
DEFINES += VERSION_MAJOR=2
|
||||||
DEFINES += VERSION_MINOR=9
|
DEFINES += VERSION_MINOR=9
|
||||||
DEFINES += VERSION_BUGFIX=5
|
DEFINES += VERSION_BUGFIX=6
|
||||||
|
|||||||
Reference in New Issue
Block a user