diff --git a/Changelog b/Changelog index 36f657f09..41f12e133 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.9.9 +* Sun May 20 - Christophe Dumez - 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 diff --git a/src/Info.plist b/src/Info.plist index 477f4d931..fe1f22b78 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.8 + 2.9.9 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index eae530a10..abfbb9b8e 100644 --- a/version.pri +++ b/version.pri @@ -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