File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if not defined OUTPUT_PATH (
1313)
1414
1515set 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
1919for %%P in (%% ) do (
2020 for /F " usebackq tokens=* delims=" %%A in (`git log -1 --pretty^ =format:%%P cd^ .%%P h --date^ =format:%%P y%%P m%%P d -- %BASE_TOOL_SRC_PATH% `) do (
You can’t perform that action at this time.
0 commit comments