]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
meson-vcs-tag: Say version format specification 31320/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 Feb 2024 18:56:30 +0000 (19:56 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Wed, 14 Feb 2024 18:58:19 +0000 (19:58 +0100)
That's the official name so let's use it.

tools/meson-vcs-tag.sh

index 89e3cbd3517cd1a0562af267d13e962680dccfe4..16cf11007d772342567339ea7ddb80eb8ab87a62 100755 (executable)
@@ -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