Modified build_version.sh to also include date and time of the build.
This commit is contained in:
parent
48c93ed043
commit
46fb4c7615
@ -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`\\\""
|
||||
|
Loading…
Reference in New Issue
Block a user