We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b20971 commit 1527979Copy full SHA for 1527979
configure.ac
@@ -53,8 +53,8 @@ AC_SUBST([runstatedir], [$with_piddir])
53
# Don't forget to put a dash in front of the release candidate!!!
54
# That is how it is done with semantic versioning!
55
#
56
-AC_SUBST(RELEASE_CANDIDATE, [rc1])
57
-AC_SUBST(STUBBY_RELEASE_CANDIDATE, [rc1])
+AC_SUBST(RELEASE_CANDIDATE, [-rc1])
+AC_SUBST(STUBBY_RELEASE_CANDIDATE, [-rc1])
58
59
# Set current date from system if not set
60
AC_ARG_WITH([current-date],
0 commit comments