diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-20 17:58:21 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2018-02-20 18:09:51 -0800 |
| commit | 8a4afe16193f274eb4d60357d81b8827ed055fb8 (patch) | |
| tree | 482e5f2b5259edafbfc2831ce3bc3156bab84413 /toolsrc/src | |
| parent | adb0930bc54dbff26acf131971199c3f57bdd0fb (diff) | |
| download | vcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.tar.gz vcpkg-8a4afe16193f274eb4d60357d81b8827ed055fb8.zip | |
Update git to 2.16.2
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 06e0c01ab..d574b7c4d 100644 --- a/toolsrc/src/vcpkg/vcpkgpaths.cpp +++ b/toolsrc/src/vcpkg/vcpkgpaths.cpp @@ -167,7 +167,7 @@ namespace vcpkg fs::path get_git_path(const fs::path& downloads_folder, const fs::path& scripts_folder) { #if defined(_WIN32) - static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 15, 0}; + static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 16, 2}; #else static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 7, 4}; #endif @@ -175,7 +175,7 @@ namespace vcpkg const std::vector<fs::path> from_path = Files::find_from_PATH("git"); - const fs::path downloaded_copy = downloads_folder / "MinGit-2.15.0-32-bit" / "cmd" / "git.exe"; + const fs::path downloaded_copy = downloads_folder / "MinGit-2.16.2-32-bit" / "cmd" / "git.exe"; std::vector<fs::path> candidate_paths; #if defined(_WIN32) candidate_paths.push_back(downloaded_copy); |
