|
From: Nicholas N. <n.n...@gm...> - 2023-03-14 19:16:17
|
On Sun, 12 Mar 2023 at 23:01, Paul Floyd <pj...@wa...> wrote: > > The only think I can think of to get the version is to use something like > > pkg-config --modversion valgrind > Thanks for the suggestion. Unfortunately this could cause misleading results. E.g. if I have Valgrind installed on my system but I also have a development version, when I run the development version of `cg_annotate --version` it will claim to be the installed version. I think the `@VERSION@` junk is unavoidable. Nick |