diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-06 14:36:48 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-04-06 17:26:58 -0700 |
| commit | 7d5c33cf1b9483c94894e5f1831c8411b36f37cf (patch) | |
| tree | e61181eca28f80072b02b1ca4d9ef40c5be97b74 | |
| parent | 1bfb01cfeeffc8c8161f64b1bd2986557b6ba207 (diff) | |
| download | vcpkg-7d5c33cf1b9483c94894e5f1831c8411b36f37cf.tar.gz vcpkg-7d5c33cf1b9483c94894e5f1831c8411b36f37cf.zip | |
[vcpkgTools.xml] Bump version to "2"
| -rw-r--r-- | scripts/vcpkgTools.xml | 2 | ||||
| -rw-r--r-- | toolsrc/src/vcpkg/commands.fetch.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/vcpkgTools.xml b/scripts/vcpkgTools.xml index 07284333c..ba81ed926 100644 --- a/scripts/vcpkgTools.xml +++ b/scripts/vcpkgTools.xml @@ -1,5 +1,5 @@ <?xml version="1.0"?> -<tools version="1"> +<tools version="2"> <tool name="cmake" os="windows"> <version>3.10.2</version> <exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath> diff --git a/toolsrc/src/vcpkg/commands.fetch.cpp b/toolsrc/src/vcpkg/commands.fetch.cpp index e369f44d2..d085fb0f7 100644 --- a/toolsrc/src/vcpkg/commands.fetch.cpp +++ b/toolsrc/src/vcpkg/commands.fetch.cpp @@ -51,7 +51,7 @@ namespace vcpkg::Commands::Fetch static constexpr StringLiteral OS_STRING = "linux"; #endif - static const std::string XML_VERSION = "1"; + static const std::string XML_VERSION = "2"; static const fs::path XML_PATH = paths.scripts / "vcpkgTools.xml"; const auto maybe_get_string_inside_tags = [](const std::string& input, |
