From 09e2dd15e2e18c61c568787bf84f4050f775a340 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 13 Mar 2011 17:55:23 +0000 Subject: [PATCH] Bump to v2.6.9 --- src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- version.pri | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index 7df9b6e3f..f36537a86 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.8 +Comment=V2.6.9 Exec=qbittorrent %U GenericName=BitTorrent client GenericName[ar]=العميل BitTorrent diff --git a/src/Info.plist b/src/Info.plist index 2e245ae2e..0876a425d 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.8 + 2.6.9 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 3599baea8..db9988ab8 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.8\"\' + DEFINES += VERSION=\'\"v2.6.9\"\' } else { - DEFINES += VERSION=\\\"v2.6.8\\\" + DEFINES += VERSION=\\\"v2.6.9\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=8 +DEFINES += VERSION_BUGFIX=9 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL