From c6bfcd0d02c8558a5bf18dd77e5e79c1c97fd8ab Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Sun, 29 Mar 2015 21:11:36 +0300 Subject: [PATCH] Bump version status. --- version.pri | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.pri b/version.pri index 757e489d3..8eb39f0a8 100644 --- a/version.pri +++ b/version.pri @@ -5,7 +5,7 @@ VER_MAJOR = 3 VER_MINOR = 2 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}