Bump to 3.3.15

This commit is contained in:
sledgehammer999 2017-08-03 23:25:11 +03:00
commit 256211c16a
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
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.14</string>
<string>3.3.15</string>
<key>CFBundleSignature</key>
<string>qBit</string>
<key>CFBundleExecutable</key>

View file

@ -27,7 +27,7 @@ XPStyle on
!define CSIDL_LOCALAPPDATA '0x1C' ;Local Application Data path
; Program specific
!define PROG_VERSION "3.3.14"
!define PROG_VERSION "3.3.15"
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_FUNCTION PageFinishRun

View file

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