Skip to content

Commit c5a78b0

Browse files
author
Ryan Lai
authored
Change winmlrunner version (#272)
1 parent 6f4b543 commit c5a78b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Tools/WinMLRunner/src/GenerateVersionStrings.cmd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ if not defined OUTPUT_PATH (
1313
)
1414

1515
set VERSION_STRINGS_PATH=%OUTPUT_PATH%\GeneratedVersionStrings.h
16-
set VERSION_INT=1,2,0,0
17-
set VERSION_STRING=1.2.0.0
16+
set VERSION_INT=1,2,1,0
17+
set VERSION_STRING=1.2.1.0
1818

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

0 commit comments

Comments
 (0)