Modified build_version.sh to also include date and time of the build.
This commit is contained in:
parent
ed788a9673
commit
903cb3f020
@ -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