From 7437bd42657eff146c74f43c8fb98d3ebb017521 Mon Sep 17 00:00:00 2001 From: Christophe Dumez Date: Mon, 10 Jan 2011 17:39:47 +0000 Subject: [PATCH] Bump to v2.6.1 --- Changelog | 2 +- src/Icons/qBittorrent.desktop | 2 +- src/Info.plist | 2 +- version.pri | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 7d8b3a091..d2549a55a 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v2.6.1 +* Mon Jan 10 2011 - Christophe Dumez - v2.6.1 - BUGFIX: Really disable torrent addition dialog by default - BUGFIX: Fix some missing icons in the Web UI - BUGFIX: Fix magnet torrent name update problem diff --git a/src/Icons/qBittorrent.desktop b/src/Icons/qBittorrent.desktop index b4eb91ee3..917f6a0d5 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.6.1 Exec=qbittorrent %f GenericName=Bittorrent client GenericName[ar]=العميل Bittorrent diff --git a/src/Info.plist b/src/Info.plist index bc22a6817..e80aaaf79 100644 --- a/src/Info.plist +++ b/src/Info.plist @@ -47,7 +47,7 @@ CFBundlePackageType APPL CFBundleGetInfoString - 2.6.0 + 2.6.1 CFBundleSignature ???? CFBundleExecutable diff --git a/version.pri b/version.pri index 0ddd456fd..d39f30073 100644 --- a/version.pri +++ b/version.pri @@ -1,11 +1,11 @@ os2 { - DEFINES += VERSION=\'\"v2.6.0\"\' + DEFINES += VERSION=\'\"v2.6.1\"\' } else { - DEFINES += VERSION=\\\"v2.6.0\\\" + DEFINES += VERSION=\\\"v2.6.1\\\" } DEFINES += VERSION_MAJOR=2 DEFINES += VERSION_MINOR=6 -DEFINES += VERSION_BUGFIX=0 +DEFINES += VERSION_BUGFIX=1 # NORMAL,ALPHA,BETA,RELEASE_CANDIDATE,DEVEL DEFINES += VERSION_TYPE=NORMAL