Bump to 3.1.2

This commit is contained in:
sledgehammer999 2013-11-06 00:02:14 +02:00
parent 7dbda1b3cf
commit 850018c86b
3 changed files with 4 additions and 4 deletions

View file

@ -45,7 +45,7 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.1.1</string>
<string>3.1.2</string>
<key>CFBundleSignature</key>
<string>qBit</string>
<key>CFBundleExecutable</key>

View file

@ -18,7 +18,7 @@ XPStyle on
!define CSIDL_APPDATA '0x1A' ;Application Data path
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
!define PROG_VERSION "3.1.1"
!define PROG_VERSION "3.1.2"
!define MUI_FINISHPAGE_RUN "$INSTDIR\qbittorrent.exe"
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)

View file

@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.1.1
PROJECT_VERSION = 3.1.2
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
@ -9,4 +9,4 @@ os2 {
DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_BUGFIX=1
DEFINES += VERSION_BUGFIX=2