diff --git a/build_version.sh b/build_version.sh index 807fff1..c1fcaf1 100755 --- a/build_version.sh +++ b/build_version.sh @@ -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`\\\""