cpm8266
cpm8266 copied to clipboard
Add short commit id to version number?
The version number does not change on every commit.
For tracking bugs knowing the commit exactly might be helpful.
Would adding something like the output of...
$ git describe --always
eb5af62
...to the version string cause problems?