[vcpkgTools.xml] Bump version to "2"

This commit is contained in:
Alexander Karatarakis 2018-04-06 14:36:48 -07:00
parent 1bfb01cfee
commit 7d5c33cf1b
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0"?> <?xml version="1.0"?>
<tools version="1"> <tools version="2">
<tool name="cmake" os="windows"> <tool name="cmake" os="windows">
<version>3.10.2</version> <version>3.10.2</version>
<exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath> <exeRelativePath>cmake-3.10.2-win32-x86\bin\cmake.exe</exeRelativePath>

View File

@ -51,7 +51,7 @@ namespace vcpkg::Commands::Fetch
static constexpr StringLiteral OS_STRING = "linux"; static constexpr StringLiteral OS_STRING = "linux";
#endif #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"; static const fs::path XML_PATH = paths.scripts / "vcpkgTools.xml";
const auto maybe_get_string_inside_tags = [](const std::string& input, const auto maybe_get_string_inside_tags = [](const std::string& input,