From 7ceb646e9000fbd23aea1e55f682ad53a0d599fd 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}