mirror of https://github.com/getdnsapi/getdns.git
Release candidate need dashes before rc
This commit is contained in:
parent
5b20971464
commit
1527979129
|
@ -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],
|
||||
|
|
Loading…
Reference in New Issue