Bump to 4.2.0alpha1

This commit is contained in:
sledgehammer999 2019-08-15 14:21:08 +03:00
parent 26abbb12fa
commit 10afa8166b
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -6,7 +6,7 @@ VER_MAJOR = 4
VER_MINOR = 2
VER_BUGFIX = 0
VER_BUILD = 0
VER_STATUS = alpha # 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}