From 52f8f9beb4ad3b849d55fd8f7abe935800aa31e6 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 10 May 2015 03:23:41 +0300 Subject: [PATCH] Bump to 3.2.0 --- dist/mac/Info.plist | 2 +- dist/windows/options.nsi | 2 +- src/qbittorrent.rc | Bin 2836 -> 2836 bytes version.pri | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/mac/Info.plist b/dist/mac/Info.plist index 2560c8110..569444a37 100644 --- a/dist/mac/Info.plist +++ b/dist/mac/Info.plist @@ -59,7 +59,7 @@ NSAppleScriptEnabled YES NSHumanReadableCopyright - Copyright © 2006-2013 The qBittorrent project + Copyright © 2006-2015 The qBittorrent project UTExportedTypeDeclarations diff --git a/dist/windows/options.nsi b/dist/windows/options.nsi index 1f476ed18..acbe4a590 100644 --- a/dist/windows/options.nsi +++ b/dist/windows/options.nsi @@ -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/src/qbittorrent.rc b/src/qbittorrent.rc index efbbbd353795103c79ca424a039a40ed7a9c328b..bdf3256a5393d050f488fe08f76baa27d7213ff1 100644 GIT binary patch delta 20 ccmbOtHbrd177k`p28GFU*&;U!aI!D~07E(jdH?_b delta 20 ccmbOtHbrd177k_;28GFU*&;U!aI!D~07EVXc>n+a diff --git a/version.pri b/version.pri index 19679abe4..e9860b923 100644 --- a/version.pri +++ b/version.pri @@ -5,7 +5,7 @@ VER_MAJOR = 3 VER_MINOR = 2 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = RC1 # Should be empty for stable releases! +VER_STATUS = # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}