Skip to content

Commit

Permalink
Release candidate need dashes before rc
Browse files Browse the repository at this point in the history
  • Loading branch information
wtoorop committed Mar 15, 2019
1 parent 5b20971 commit 1527979
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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],
Expand Down

0 comments on commit 1527979

Please sign in to comment.