build: fix generating version from git
We don’t have to explicitly provide the command to generate version from tags. meson does it better.
Please note: the version currently shown is something like chatty v0.1.3-5-g8c241ef
.
If Chatty releases are tagged like 0.1.3
(ie, avoiding the prefix v
), the version
string will be something like chatty 0.1.3-5-g8c241ef
, which I feel, is better.
Edited by Mohammed Sadiq