Bump to 3.3.10

This commit is contained in:
sledgehammer999 2016-12-17 19:57:52 +02:00
commit 4eac2cab31
3 changed files with 3 additions and 3 deletions

2
dist/mac/Info.plist vendored
View file

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

View file

@ -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.3.9"
!define PROG_VERSION "3.3.10"
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun
!define MUI_FINISHPAGE_RUN_TEXT $(launch_qbt)

View file

@ -3,7 +3,7 @@ PROJECT_NAME = qbittorrent
# Define version numbers here
VER_MAJOR = 3
VER_MINOR = 3
VER_BUGFIX = 9
VER_BUGFIX = 10
VER_BUILD = 0
VER_STATUS = # Should be empty for stable releases!