From 19adad5e43c6fdb77a80d9a6def606b8ea966a01 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 22 Feb 2015 23:17:21 +0200 Subject: [PATCH] Bump to 3.1.12 --- src/mac/Info.plist | 4 ++-- src/qbittorrent.rc | Bin 2880 -> 2880 bytes src/windows/options.nsi | 4 ++-- version.pri | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/src/mac/Info.plist b/src/mac/Info.plist index 91bcf9050..382ad17bf 100644 --- a/src/mac/Info.plist +++ b/src/mac/Info.plist @@ -45,7 +45,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.1.11 + 3.1.12 CFBundleSignature qBit CFBundleExecutable @@ -59,7 +59,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2014 The qBittorrent project + Copyright © 2006-2015 The qBittorrent project UTExportedTypeDeclarations diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc index 03123cde2038dcbf112e77cda7b46bae04d9ba53..0f2f0a6aae5dd5080893e40b0b19ca4f890bebf3 100644 GIT binary patch delta 14 VcmX>gc0g>y2@Xcn%_lj^nE))d1z-RG delta 14 VcmX>gc0g>y2@Xb+%_lj^nE))X1z!LF diff --git a/src/windows/options.nsi b/src/windows/options.nsi index 4b0074fd5..76ad5045f 100644 --- a/src/windows/options.nsi +++ b/src/windows/options.nsi @@ -19,7 +19,7 @@ XPStyle on !define CSIDL_APPDATA '0x1A' ;Application Data path !define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path -!define PROG_VERSION "3.1.11" +!define PROG_VERSION "3.1.12" !define MUI_FINISHPAGE_RUN !define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun !define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt) @@ -33,7 +33,7 @@ OutFile "qbittorrent_${PROG_VERSION}_setup.exe" ;Installer Version Information VIAddVersionKey "ProductName" "qBittorrent" VIAddVersionKey "CompanyName" "The qBittorrent project" -VIAddVersionKey "LegalCopyright" "Copyright ©2006-2014 The qBittorrent project" +VIAddVersionKey "LegalCopyright" "Copyright ©2006-2015 The qBittorrent project" VIAddVersionKey "FileDescription" "qBittorrent - A Bittorrent Client" VIAddVersionKey "FileVersion" "${PROG_VERSION}" diff --git a/version.pri b/version.pri index 83cc25d27..8f474ffc4 100644 --- a/version.pri +++ b/version.pri @@ -1,5 +1,5 @@ PROJECT_NAME = qbittorrent -PROJECT_VERSION = 3.1.11 +PROJECT_VERSION = 3.1.12 os2 { DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\' @@ -9,4 +9,4 @@ os2 { DEFINES += VERSION_MAJOR=3 DEFINES += VERSION_MINOR=1 -DEFINES += VERSION_BUGFIX=11 +DEFINES += VERSION_BUGFIX=12