diff --git a/version.pri b/version.pri index 757e489d3c91..8eb39f0a8dbe 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}