Skip to content

Commit 1527979

Browse files
committed
Release candidate need dashes before rc
1 parent 5b20971 commit 1527979

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,8 @@ AC_SUBST([runstatedir], [$with_piddir])
5353
# Don't forget to put a dash in front of the release candidate!!!
5454
# That is how it is done with semantic versioning!
5555
#
56-
AC_SUBST(RELEASE_CANDIDATE, [rc1])
57-
AC_SUBST(STUBBY_RELEASE_CANDIDATE, [rc1])
56+
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
57+
AC_SUBST(STUBBY_RELEASE_CANDIDATE, [-rc1])
5858

5959
# Set current date from system if not set
6060
AC_ARG_WITH([current-date],

0 commit comments

Comments
 (0)