Bump to 3.2.0

This commit is contained in:
sledgehammer999 2015-05-10 03:23:41 +03:00
commit 52f8f9beb4
4 changed files with 3 additions and 3 deletions

2
dist/mac/Info.plist vendored
View file

@ -59,7 +59,7 @@
<key>NSAppleScriptEnabled</key>
<string>YES</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2006-2013 The qBittorrent project</string>
<string>Copyright © 2006-2015 The qBittorrent project</string>
<key>UTExportedTypeDeclarations</key>
<array>
<dict>

View file

@ -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}"

Binary file not shown.

View file

@ -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}