Bump to 4.1.0alpha

This commit is contained in:
sledgehammer999
2017-11-20 02:41:28 +02:00
parent b960e41cfa
commit 88a771c9ff
4 changed files with 7 additions and 5 deletions

View File

@@ -2,11 +2,11 @@
PROJECT_NAME = qbittorrent
# Define version numbers here
VER_MAJOR = 3
VER_MINOR = 4
VER_MAJOR = 4
VER_MINOR = 1
VER_BUGFIX = 0
VER_BUILD = 0
VER_STATUS = beta2 # Should be empty for stable releases!
VER_STATUS = alpha # Should be empty for stable releases!
# Don't touch the rest part
PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}