Bump to 4.3.0alpha1

This commit is contained in:
sledgehammer999 2019-12-03 01:24:50 +02:00
commit ad0bc5d90d
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2
6 changed files with 19 additions and 17 deletions

View file

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