Skip to content
Snippets Groups Projects

Bug Fix: path in git version script

Closed Mikkel Friis-Møller requested to merge jantoreh:BugFix-GitVersion into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -14,6 +14,6 @@ set /p rev_count_since_tag=<tmp.txt
echo %last_tag%.dev%rev_count_since_tag%.%rev_hash% > git_version.txt
echo text35='%last_tag%.dev%rev_count_since_tag%.%rev_hash%' > ./dtu_we_controller/git_version.inc
echo text35='%last_tag%.dev%rev_count_since_tag%.%rev_hash%' > ./src/dtu_we_controller/git_version.inc
del tmp.txt
Loading