diff --git a/src/mac/Info.plist b/src/mac/Info.plist
index b67ee311b..26a41f047 100644
--- a/src/mac/Info.plist
+++ b/src/mac/Info.plist
@@ -45,7 +45,7 @@
CFBundlePackageType
APPL
CFBundleShortVersionString
- 3.1.9.2
+ 3.1.10
CFBundleSignature
qBit
CFBundleExecutable
@@ -59,7 +59,7 @@
NSAppleScriptEnabled
YES
NSHumanReadableCopyright
- Copyright © 2006-2013 The qBittorrent project
+ Copyright © 2006-2014 The qBittorrent project
UTExportedTypeDeclarations
diff --git a/src/qbittorrent.rc b/src/qbittorrent.rc
index 76dac1af3..03123cde2 100644
Binary files a/src/qbittorrent.rc and b/src/qbittorrent.rc differ
diff --git a/src/qtlibtorrent/qbtsession.cpp b/src/qtlibtorrent/qbtsession.cpp
index dbe991372..7ae8112aa 100755
--- a/src/qtlibtorrent/qbtsession.cpp
+++ b/src/qtlibtorrent/qbtsession.cpp
@@ -130,7 +130,7 @@ QBtSession::QBtSession()
version << VERSION_MAJOR;
version << VERSION_MINOR;
version << VERSION_BUGFIX;
- version << 2;
+ version << 0;
const QString peer_id = "qB";
// Construct session
s = new session(fingerprint(peer_id.toLocal8Bit().constData(), version.at(0), version.at(1), version.at(2), version.at(3)), 0);
diff --git a/src/windows/options.nsi b/src/windows/options.nsi
index 1f476ed18..ad25c9347 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.2.0"
+!define PROG_VERSION "3.1.10"
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)
diff --git a/version.pri b/version.pri
index 74bc33968..1094d35a8 100644
--- a/version.pri
+++ b/version.pri
@@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
-PROJECT_VERSION = 3.1.9.2
+PROJECT_VERSION = 3.1.10
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
@@ -9,4 +9,4 @@ os2 {
DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=1
-DEFINES += VERSION_BUGFIX=9
+DEFINES += VERSION_BUGFIX=10