From 669a5782ff62b012f4220dc5859ea8595d17532d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 10 Aug 2014 14:31:31 -0400 Subject: 0.5.0 - Release Candidate 2 --- version.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.m4 b/version.m4 index f51810e..ea6de45 100644 --- a/version.m4 +++ b/version.m4 @@ -3,5 +3,5 @@ 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], [rc1]) +m4_define([PRERELEASE_VERSION_NUMBER], [rc2]) -- cgit