mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-14 10:37:06 -07:00
Bump version to v2.9.8
This commit is contained in:
parent
86f2447f8a
commit
3deee6d595
3 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,9 @@
|
|||
* Unreleased - Christophe Dumez <chris@qbittorrent.org> - v2.9.8
|
||||
* Sat May 5 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.8
|
||||
- BUGFIX: Various UI style fixes
|
||||
- BUGFIX: Fix compilation with gcc 4.7
|
||||
- BUGFIX: Fix possible compilation error with msvc (Windows)
|
||||
- BUGFIX: Fix compilation on OS/2
|
||||
- I18N: Update Italian translation
|
||||
|
||||
* Sun Mar 18 2012 - Christophe Dumez <chris@qbittorrent.org> - v2.9.7
|
||||
- BUGFIX: Fix important HTTP request parsing bug (Web UI)
|
||||
|
|
|
@ -47,7 +47,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>2.9.7</string>
|
||||
<string>2.9.8</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>????</string>
|
||||
<key>CFBundleExecutable</key>
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
PROJECT_NAME = qbittorrent
|
||||
PROJECT_VERSION = 2.9.7
|
||||
PROJECT_VERSION = 2.9.8
|
||||
|
||||
os2 {
|
||||
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
|
||||
|
@ -9,4 +9,4 @@ os2 {
|
|||
|
||||
DEFINES += VERSION_MAJOR=2
|
||||
DEFINES += VERSION_MINOR=9
|
||||
DEFINES += VERSION_BUGFIX=7
|
||||
DEFINES += VERSION_BUGFIX=8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue