Release candidate need dashes before rc

This commit is contained in:
Willem Toorop 2019-03-15 21:16:13 +01:00
parent 5b20971464
commit 1527979129
1 changed files with 2 additions and 2 deletions

View File

@ -53,8 +53,8 @@ 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(STUBBY_RELEASE_CANDIDATE, [rc1])
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
AC_SUBST(STUBBY_RELEASE_CANDIDATE, [-rc1])
# Set current date from system if not set
AC_ARG_WITH([current-date],