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 03123cde2..0f2f0a6aa 100644
Binary files a/src/qbittorrent.rc and b/src/qbittorrent.rc differ
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