From 8624550e4a60f9af18b975e5d472eee3577653cf Mon Sep 17 00:00:00 2001 From: Marco d'Itri Date: Mon, 13 Oct 2025 03:34:39 +0200 Subject: [PATCH] make_version_h.pl: ignore the salsa CI tags These version numbers do not appear in any archive but are used internally by the Salsa CI pipeline. --- make_version_h.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/make_version_h.pl b/make_version_h.pl index 12f70a5..66a0cb1 100755 --- a/make_version_h.pl +++ b/make_version_h.pl @@ -21,6 +21,7 @@ $ver =~ s/ ( | ~deb\d+.* | \+b\d+ | \+dyson\d+ + | \+salsaci\+.+ ) $//x; # The version number must not deviate from this format or the -V option