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 efbbbd353..bdf3256a5 100644 Binary files a/src/qbittorrent.rc and b/src/qbittorrent.rc differ 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}