From 793c1be9bd35a7efc569e99da4e32b15562cd0c2 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 10 Jan 2011 17:40:41 +0000 Subject: [PATCH] trunk is now v2.7.0alpha --- src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- version.pri | 8 ++++---- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index b4eb91ee3..60820b86d 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.6.0 +Comment=V2.7.0 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index bc22a6817..b3aebebfd 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.0 + 2.7.0 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 0ddd456fd..6a36212f9 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.0\"\' + DEFINES += VERSION=\'\"v2.7.0alpha\"\' } else { - DEFINES += VERSION=\\\"v2.6.0\\\" + DEFINES += VERSION=\\\"v2.7.0alpha\\\" } DEFINES += VERSION_MAJOR=2 -DEFINES += VERSION_MINOR=6 +DEFINES += VERSION_MINOR=7 DEFINES += VERSION_BUGFIX=0 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL -DEFINES += VERSION_TYPE=NORMAL +DEFINES += VERSION_TYPE=ALPHA