Skip to content

Commit

Permalink
update version number to 1.3.0 (#489)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinb35 committed Jun 30, 2022
1 parent d440ab9 commit ccb8944
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tools/WinMLRunner/src/GenerateVersionStrings.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ if not defined OUTPUT_PATH (
)

set VERSION_STRINGS_PATH=%OUTPUT_PATH%\GeneratedVersionStrings.h
set VERSION_INT=1,2,1,0
set VERSION_STRING=1.2.1.0
set VERSION_INT=1,3,0,0
set VERSION_STRING=1.3.0.0

for %%P in (%%) do (
for /F "usebackq tokens=* delims=" %%A in (`git log -1 --pretty^=format:%%Pcd^.%%Ph --date^=format:%%Py%%Pm%%Pd -- %BASE_TOOL_SRC_PATH%`) do (
Expand Down

0 comments on commit ccb8944

Please sign in to comment.