From dbb9a6ad6952685c58352e9344976a7d4d21a2e5 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Wed, 14 Feb 2024 19:56:30 +0100 Subject: meson-vcs-tag: Say version format specification That's the official name so let's use it. --- tools/meson-vcs-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/meson-vcs-tag.sh b/tools/meson-vcs-tag.sh index 89e3cbd351..16cf11007d 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 -- cgit v1.2.3