Removed timestamp from build_version.sh cause it forced a complete recompile of everything, all the time.

This commit is contained in:
2019-11-17 14:20:55 +01:00
parent efb45f1a16
commit d808ae6174

View File

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