For version numbers I like git describe which tells you the tagged version (typically the tag will contain a release number), the number of commits since the tag, and the git hash. So you can immediately see which is latest from the version number and the commit count.
no subject
Date: 2024-12-12 06:26 pm (UTC)Dunno if Meson will help you.
For version numbers I like
git describewhich tells you the tagged version (typically the tag will contain a release number), the number of commits since the tag, and the git hash. So you can immediately see which is latest from the version number and the commit count.