Skip to content

Commit ef0a77e

Browse files
committed
Forgot the dash before the rc1 again
1 parent 7548b09 commit ef0a77e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ AC_SUBST([runstatedir], [$with_piddir])
5252
# Don't forget to put a dash in front of the release candidate!!!
5353
# That is how it is done with semantic versioning!
5454
#
55-
AC_SUBST(RELEASE_CANDIDATE, [rc1])
55+
AC_SUBST(RELEASE_CANDIDATE, [-rc1])
5656
AC_SUBST(STUBBY_RELEASE_CANDIDATE, [])
5757

5858
# Set current date from system if not set

0 commit comments

Comments
 (0)