From a0179983c30a13e1de82d86b59d4cbb8cdcd8b98 Mon Sep 17 00:00:00 2001 From: Willem Toorop Date: Tue, 9 Nov 2021 14:39:04 +0100 Subject: [PATCH] Makedist to follow semantic versioning syntax conventions --- makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.3