From 9c466d84ec090c692522ef731d2ceb1f1dc0eff1 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 27 Oct 2019 17:22:47 +0200 Subject: [PATCH] Bump to 4.2.0beta1 --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index 0098e5497..50b37bddd 100644 --- a/version.pri +++ b/version.pri @@ -6,7 +6,7 @@ VER_MAJOR = 4 VER_MINOR = 2 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = alpha2 # Should be empty for stable releases! +VER_STATUS = beta1 # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}