From df7565c9e2492a21a31cb837289171fe2ee89195 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Mon, 7 Aug 2017 08:39:50 +0300 Subject: [PATCH] Bump to 3.4.0beta --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index 12a87605f..7cc0ac37a 100644 --- a/version.pri +++ b/version.pri @@ -6,7 +6,7 @@ VER_MAJOR = 3 VER_MINOR = 4 VER_BUGFIX = 0 VER_BUILD = 0 -VER_STATUS = alpha # Should be empty for stable releases! +VER_STATUS = beta # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}