]> www.infradead.org Git - users/sagi/nvme-cli.git/commit
build: Don't use external script to set version
authorDaniel Wagner <dwagner@suse.de>
Thu, 18 Nov 2021 09:40:59 +0000 (10:40 +0100)
committerDaniel Wagner <dwagner@suse.de>
Thu, 18 Nov 2021 09:40:59 +0000 (10:40 +0100)
commit8465a0f64e74b33d668ad503b9a314b46a09c669
tree0cb682a5efbbad2b2275fdfbd7197d0d51b94e62
parent1ea8731fd200f9c1e23237abbe236303ff94a697
build: Don't use external script to set version

The meson documentation points out the the version string should be a
fixed string. Our trick with trying to figure out the version is not
working in all cases, e.g. 'meson dist' will create a wrong file name.

The idea is to update the version string when a new development cycle
starts and mark the release with a tag. This is what other projects
do as well. Let's follow their common practice.

Signed-off-by: Daniel Wagner <dwagner@suse.de>
meson.build
nvme-cli-version [deleted file]