Replying to @ManuelBieh

@ManuelBieh you can get the version string via
git describe; e.g.: git describe | awk -F - '{ print substr($1, 2); }'

Tue, 01 Dec 2015 16:39:54 UTC