diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 18:11:47 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-02-16 18:11:47 -0800 |
| commit | 82585b25abbad56b53c691dadf04b4cc9677dfd4 (patch) | |
| tree | aa5c1bd74b8b28b580e808ba9706cda2ad27a466 | |
| parent | 66cc4eed685f586cea4c36c1088632d6bf5feb9c (diff) | |
| download | vcpkg-82585b25abbad56b53c691dadf04b4cc9677dfd4.tar.gz vcpkg-82585b25abbad56b53c691dadf04b4cc9677dfd4.zip | |
Update CHANGELOG and bump version to v0.0.74
| -rw-r--r-- | CHANGELOG.md | 9 | ||||
| -rw-r--r-- | toolsrc/VERSION.txt | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index ef5995480..41253f781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +vcpkg (0.0.74) +-------------- + * Bump required version & auto-downloaded version of `cmake` to 3.8.0 (was 3.7.x). This fixes UWP builds with Visual Studio 2017 + * Fix `vcpkg build` not printing out the missing dependencies on fail + * Fixes and improvements in the `vcpkg` tool itself + +-- vcpkg team <vcpkg@microsoft.com> THU, 16 Feb 2017 18:15:00 -0800 + + vcpkg (0.0.73) -------------- * Add ports: diff --git a/toolsrc/VERSION.txt b/toolsrc/VERSION.txt index cab1f08ef..723643136 100644 --- a/toolsrc/VERSION.txt +++ b/toolsrc/VERSION.txt @@ -1 +1 @@ -"0.0.73"
\ No newline at end of file +"0.0.74"
\ No newline at end of file |
