]> git.ipfire.org Git - thirdparty/valgrind.git/commit
Set version once in configure.ac, use in valgrind.h andvg-entities.xml
authorMark Wielaard <mark@klomp.org>
Sun, 17 Oct 2021 20:13:25 +0000 (22:13 +0200)
committerMark Wielaard <mark@klomp.org>
Sun, 17 Oct 2021 21:14:50 +0000 (23:14 +0200)
commit5aca524f5a2980aee2596b9425f52060370e4279
treec72d9ab2b455fc007a7617198f7b9345ba4d5860
parent95468b34f128b9972a125cc4ce60f48e2db55759
Set version once in configure.ac, use in valgrind.h andvg-entities.xml

Currently the version is updated in 3 places, configure.ac,
include/valgrind.h and docs/xml/vg-entities.xml. This goes wrong from
time to time. So only define the version (and release date) once in
configure.ac and update both other places at configure time.
.gitignore
configure.ac
docs/xml/vg-entities.xml.in [moved from docs/xml/vg-entities.xml with 97% similarity]
include/valgrind.h.in [moved from include/valgrind.h with 99% similarity]