From b0ed148c4ce9cd3d824777faaed372637715b1dd Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Tue, 9 Jul 2013 22:54:01 +0300 Subject: [PATCH] Bump to v3.0.10 --- Changelog | 2 +- src/mac/Info.plist | 4 ++-- src/windows/options.nsi | 2 +- version.pri | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Changelog b/Changelog index 343cc7219..4b2c3a604 100644 --- a/Changelog +++ b/Changelog @@ -1,4 +1,4 @@ -* Unreleased - Christophe Dumez - v3.0.10 +* Tue Jul 9 2013 - Christophe Dumez and sledgehammer999 - v3.0.10 - BUGFIX: Fix LegitTorrents search plugin - BUGFIX: Improve peer host name resolution (closes #360) - BUGFIX: Context menu fix in the Web UI diff --git a/src/mac/Info.plist b/src/mac/Info.plist index 4ac20c20c..a79c31f2e 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.9 + 3.0.10 CFBundleSignature qBit CFBundleExecutable @@ -55,7 +55,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2012 Christophe Dumez + Copyright © 2006-2013 The qBittorrent project UTExportedTypeDeclarations diff --git a/src/windows/options.nsi b/src/windows/options.nsi index f9b847e86..d539bd245 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -18,7 +18,7 @@ XPStyle on !define CSIDL_APPDATA '0x1A' ;Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path -!define PROG_VERSION "3.0.3" +!define PROG_VERSION "3.0.10" !define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe" !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt) diff --git a/version.pri b/version.pri index 4a043b1a5..37755a61f 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.0.9 +PROJECT_VERSION = 3.0.10 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=0 -DEFINES += VERSION_BUGFIX=9 +DEFINES += VERSION_BUGFIX=10