From 9a44c03b6fa5280fca51e39241e025410af21ff5 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Fri, 8 Aug 2014 11:20:36 -0400 Subject: Bump version to 5.0 rc1 --- version.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'version.m4') diff --git a/version.m4 b/version.m4 index fbbf9e4..f51810e 100644 --- a/version.m4 +++ b/version.m4 @@ -1,7 +1,7 @@ # Primary version number -m4_define([VERSION_NUMBER], [0.4.1]) +m4_define([VERSION_NUMBER], [0.5.0]) # If the PRERELEASE_VERSION_NUMBER is set, we'll append # it to the release tag when creating an RPM or SRPM -m4_define([PRERELEASE_VERSION_NUMBER], [pre1]) +m4_define([PRERELEASE_VERSION_NUMBER], [rc1]) -- cgit