Skip to content

Commit ceaebb4

Browse files
author
Ryan Lai
authored
Upgrade version and change link to releases in README (#225)
1 parent 8943c95 commit ceaebb4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Tools/WinMLRunner/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ You can either download the x64 executable or build it yourself.
99

1010
### Download
1111

12-
[Download x64 and x86 Exe](https://github.com/Microsoft/Windows-Machine-Learning/releases/tag/v1.0.1.0)
12+
[Download x64 and x86 Exe](https://github.com/Microsoft/Windows-Machine-Learning/releases)
1313

1414
### Build
1515

Tools/WinMLRunner/src/GenerateVersionStrings.cmd

+2-2
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,0,1,0
17-
set VERSION_STRING=1.0.1.0
16+
set VERSION_INT=1,2,0,0
17+
set VERSION_STRING=1.2.0.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)