From ef0a77e06150e8c406a3141f83c633f9fe8a3938 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Mon, 5 Mar 2018 16:34:50 +0100 Subject: [PATCH] Forgot the dash before the rc1 again --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 3a96f942d..87daaf1d8 100644 --- a/configure.ac +++ b/configure.ac @@ -52,7 +52,7 @@ AC_SUBST([runstatedir], [$with_piddir]) # Don't forget to put a dash in front of the release candidate!!! # That is how it is done with semantic versioning! # -AC_SUBST(RELEASE_CANDIDATE, [rc1]) +AC_SUBST(RELEASE_CANDIDATE, [-rc1]) AC_SUBST(STUBBY_RELEASE_CANDIDATE, []) # Set current date from system if not set