From: Daan De Meyer Date: Wed, 14 Feb 2024 18:56:30 +0000 (+0100) Subject: meson-vcs-tag: Say version format specification X-Git-Tag: v256-rc1~841^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F31320%2Fhead;p=thirdparty%2Fsystemd.git meson-vcs-tag: Say version format specification That's the official name so let's use it. --- diff --git a/tools/meson-vcs-tag.sh b/tools/meson-vcs-tag.sh index 89e3cbd3517..16cf11007d7 100755 --- a/tools/meson-vcs-tag.sh +++ b/tools/meson-vcs-tag.sh @@ -37,6 +37,6 @@ else [ -z "$c" ] && c="${project_version}" # Replace any hyphens with carets which are allowed in versions by pacman whereas hyphens are not. Git # versions with carets will also sort higher than their non-git version counterpart both in pacman - # versioning and in version comparison spec versioning. + # versioning and in version format specification versioning. echo "$c" | sed 's/^v//; s/-/^/g' fi