aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 14:36:48 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2018-04-06 17:26:58 -0700
commit7d5c33cf1b9483c94894e5f1831c8411b36f37cf (patch)
treee61181eca28f80072b02b1ca4d9ef40c5be97b74 /toolsrc/src
parent1bfb01cfeeffc8c8161f64b1bd2986557b6ba207 (diff)
downloadvcpkg-7d5c33cf1b9483c94894e5f1831c8411b36f37cf.tar.gz
vcpkg-7d5c33cf1b9483c94894e5f1831c8411b36f37cf.zip
[vcpkgTools.xml] Bump version to "2"
Diffstat (limited to 'toolsrc/src')
-rw-r--r--toolsrc/src/vcpkg/commands.fetch.cpp2
1 files changed, 1 insertions, 1 deletions
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,