Skip to content

Commit

Permalink
Bump to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sledgehammer999 committed Nov 5, 2013
1 parent 7dbda1b commit 850018c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/mac/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion src/windows/options.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
4 changes: 2 additions & 2 deletions version.pri
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.1.1
PROJECT_VERSION = 3.1.2

os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
Expand All @@ -9,4 +9,4 @@ os2 {

DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_BUGFIX=1
DEFINES += VERSION_BUGFIX=2

0 comments on commit 850018c

Please sign in to comment.