From ac1ebf4e1340bd93f8385f8380346b5344f84513 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 24 Jun 2012 11:19:24 +0300 Subject: [PATCH] Bump version to v2.9.10 --- src/Info.plist | 2 +- version.pri | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Info.plist b/src/Info.plist index fe1f22b78..be9992553 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.9.9 + 2.9.10 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index abfbb9b8e..f1a249fb7 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 2.9.9 +PROJECT_VERSION = 2.9.10 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=9 -DEFINES += VERSION_BUGFIX=9 +DEFINES += VERSION_BUGFIX=10