mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-21 05:43:32 -07:00
Bump version to v2.9.9
This commit is contained in:
parent
faf8b0e3f5
commit
545ce42d4e
3 changed files with 4 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.9.9
|
||||
* Sun May 20 - Christophe Dumez <chris@qbittorrent.org> - v2.9.9
|
||||
- BUGFIX: More reliable RSS feed parsing (closes #1001777)
|
||||
- BUGFIX: Better support for cookies in RSS
|
||||
- BUGFIX: Make sure show/hide text in tray icon menu is correct
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.9.8</string>
|
||||
<string>2.9.9</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.9.8
|
||||
PROJECT_VERSION = 2.9.9
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
|
@ -9,4 +9,4 @@ os2 {
|
|||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=9
|
||||
DEFINES += VERSION_BUGFIX=8
|
||||
DEFINES += VERSION_BUGFIX=9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue