summaryrefslogtreecommitdiffstats
path: root/src/version (follow)
Commit message (Collapse)AuthorAgeFilesLines
* meson: Decouple the version tag from the vcs tagDaan De Meyer2024-02-211-1/+1
| | | | | | | | | | | Let's split off a new vcs-tag option from version-tag that configures whether the current commit should be appended to the version tag. Doing this saves us from having to fiddle around with generating git versions in packaging specs and instead let's meson do it for us, even if we pass in a custom version tag. With this approach there's no more need for tools/meson-vcs-tag.sh so we remove it.
* tree-wide: add spdx header on source filesZbigniew Jędrzejewski-Szmek2021-01-281-1/+3
| | | | version.h is tiny, but the other two certainly deserve a license header.
* tree-wide: spellcheck using codespellZbigniew Jędrzejewski-Szmek2020-04-161-1/+1
| | | | Fixes #15436.
* meson: explain GIT_VERSION and PROJECT_VERSIONZbigniew Jędrzejewski-Szmek2020-02-281-0/+7
| | | | Fixes #11415.
* meson: make version a dependency and use it in libbasicLouis Taylor2019-01-221-0/+1
This should hopefully ensure it gets generated before basic build happens. Fixes #11483.