diff --git a/build_version.sh b/build_version.sh index c1fcaf1..807fff1 100755 --- a/build_version.sh +++ b/build_version.sh @@ -1,2 +1,2 @@ #!/bin/bash -echo -n "-DVERSION=\\\"`git describe --tags --dirty`-`date +%Y%m%d-%H%M%S`\\\"" +echo -n "-DVERSION=\\\"`git describe --tags --dirty`\\\""