diff --git a/Changelog b/Changelog index fdd23a31b..bce033d9c 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,9 @@ -* Unreleased - Christophe Dumez - v2.9.8 +* Sat May 5 2012 - Christophe Dumez - 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 - v2.9.7 - BUGFIX: Fix important HTTP request parsing bug (Web UI) diff --git a/src/Info.plist b/src/Info.plist index fbf9d385c..477f4d931 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.7 + 2.9.8 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index f986735c6..eae530a10 100644 --- a/version.pri +++ b/version.pri @@ -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