Bump version to 3.1.0alpha

This commit is contained in:
Christophe Dumez 2012-08-10 11:24:02 +03:00
parent 8104c41332
commit 41d4096890
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
PROJECT_NAME = qbittorrent
PROJECT_VERSION = 3.0.0
PROJECT_VERSION = 3.1.0alpha
os2 {
DEFINES += VERSION=\'\"v$${PROJECT_VERSION}\"\'
@ -8,5 +8,5 @@ os2 {
}
DEFINES += VERSION_MAJOR=3
DEFINES += VERSION_MINOR=0
DEFINES += VERSION_MINOR=1
DEFINES += VERSION_BUGFIX=0