diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-27 18:53:36 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-27 19:03:26 -0700 |
| commit | 0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c (patch) | |
| tree | bbe9e363e3747c0a99bef97a66575cf60bed1303 /toolsrc/src | |
| parent | 39830efc4f1b9c9c41f6ad9c8cfbac5f408303be (diff) | |
| download | vcpkg-0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c.tar.gz vcpkg-0796a9df0e4d171ef2c7ab4d0c16ef4dc496ee5c.zip | |
[git] Update to 2.14.3 (was 2.14.2.3)
Diffstat (limited to 'toolsrc/src')
| -rw-r--r-- | toolsrc/src/vcpkg/vcpkgpaths.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg/vcpkgpaths.cpp b/toolsrc/src/vcpkg/vcpkgpaths.cpp index 363319767..c6a92f813 100644 --- a/toolsrc/src/vcpkg/vcpkgpaths.cpp +++ b/toolsrc/src/vcpkg/vcpkgpaths.cpp @@ -150,10 +150,10 @@ namespace vcpkg fs::path get_git_path(const fs::path& downloads_folder, const fs::path& scripts_folder) { - static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 14, 2}; + static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 14, 3}; static const std::string VERSION_CHECK_ARGUMENTS = "--version"; - const fs::path downloaded_copy = downloads_folder / "MinGit-2.14.2.3-32-bit" / "cmd" / "git.exe"; + const fs::path downloaded_copy = downloads_folder / "MinGit-2.14.3-32-bit" / "cmd" / "git.exe"; const std::vector<fs::path> from_path = Files::find_from_PATH("git"); std::vector<fs::path> candidate_paths; |
