Skip to content

Commit

Permalink
Upgrade version and change link to releases in README (#225)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Lai authored Apr 25, 2019
1 parent 8943c95 commit ceaebb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Tools/WinMLRunner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ You can either download the x64 executable or build it yourself.

### Download

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

### Build

Expand Down
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,0,1,0
set VERSION_STRING=1.0.1.0
set VERSION_INT=1,2,0,0
set VERSION_STRING=1.2.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 ceaebb4

Please sign in to comment.