Skip to content
This repository has been archived by the owner on Aug 13, 2020. It is now read-only.

Commit

Permalink
fix: obtaining version
Browse files Browse the repository at this point in the history
  • Loading branch information
atoring committed May 15, 2018
1 parent 5157d60 commit b770615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compile/make_ver.bat
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ set t=%t:~0,5%
set t=%t::=%
rem echo version_str = "%d%.%t%">%bat%

%git% show --format=version_str=\"%%cd @%%h\" --date=format:%%Y%%m%%d.%%H%%M -s>%bat%
%git% show --format="version_str=\"%%cd @%%h\"" --date=format:%%Y%%m%%d.%%H%%M -s>%bat%

0 comments on commit b770615

Please sign in to comment.