Modified build_version.sh to also include date and time of the build.

This commit is contained in:
Fabian Schlenz 2019-11-12 19:29:03 +01:00
parent 48c93ed043
commit 46fb4c7615
1 changed files with 1 additions and 1 deletions

View File

@ -1,2 +1,2 @@
#!/bin/bash
echo -n "-DVERSION=\\\"`git describe --tags --dirty`\\\""
echo -n "-DVERSION=\\\"`git describe --tags --dirty`-`date +%Y%m%d-%H%M%S`\\\""