From: Willem Toorop Date: Tue, 9 Nov 2021 13:39:04 +0000 (+0100) Subject: Makedist to follow semantic versioning syntax conventions X-Git-Tag: 1.8.0-rc.1~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a0179983c30a13e1de82d86b59d4cbb8cdcd8b98;p=thirdparty%2Fldns.git Makedist to follow semantic versioning syntax conventions --- diff --git a/makedist.sh b/makedist.sh index 90f03f97..5691ce78 100755 --- a/makedist.sh +++ b/makedist.sh @@ -180,7 +180,7 @@ RECONFIGURE="no" if [ "$RC" != "no" ]; then info "Building LDNS release candidate $RC." - version2="${version}-rc$RC" + version2="${version}-rc.$RC" info "Version number: $version2" replace_text "configure.ac" "AC_INIT(ldns, $version" "AC_INIT(ldns, $version2"