From cbfbae140905a5bfc48004dedb0f7c887c034de0 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 6 Sep 2017 01:46:27 +0300 Subject: [PATCH] Bump to 3.4.0beta2 --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index 7cc0ac37a..d0fc81ac8 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 = beta # Should be empty for stable releases! +VER_STATUS = beta2 # Should be empty for stable releases! # Don't touch the rest part PROJECT_VERSION = $${VER_MAJOR}.$${VER_MINOR}.$${VER_BUGFIX}