Bump to 4.1.0alpha

This commit is contained in:
sledgehammer999 2017-11-20 02:41:28 +02:00
commit 88a771c9ff
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
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}