From f98520e6c24752589db2142da3bb5e27e169ce1c Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Sun, 5 Dec 2010 10:16:52 +0000 Subject: [PATCH] Bump to v2.5.1 --- 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 cfcf919eb..0543a56c2 100644 --- a/src/Icons/qBittorrent.desktop +++ b/src/Icons/qBittorrent.desktop @@ -1,6 +1,6 @@ [Desktop Entry] Categories=Qt;Network;P2P; -Comment=V2.5.0 +Comment=V2.5.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index a4fc45e8b..8e7f085a4 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.5.0 + 2.5.1 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 1d8bec6df..48083bf44 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.5.0\"\' + DEFINES += VERSION=\'\"v2.5.1\"\' } else { - DEFINES += VERSION=\\\"v2.5.0\\\" + DEFINES += VERSION=\\\"v2.5.1\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=5 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL