File tree 2 files changed +3
-3
lines changed
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.
9
9
10
10
### Download
11
11
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 )
13
13
14
14
### Build
15
15
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ if not defined OUTPUT_PATH (
13
13
)
14
14
15
15
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
18
18
19
19
for %%P in (%% ) do (
20
20
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