diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-17 14:05:55 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-10-17 14:05:55 -0700 |
| commit | fa4e54a37356ad0200ce6387541ef78997b8a87e (patch) | |
| tree | d52c67380c486399f12de7e30a0492ccc49e94c6 /toolsrc | |
| parent | ffd91c0c1d071378d383ad94ba915e2c10dff06b (diff) | |
| download | vcpkg-fa4e54a37356ad0200ce6387541ef78997b8a87e.tar.gz vcpkg-fa4e54a37356ad0200ce6387541ef78997b8a87e.zip | |
[git] Update to 2.14.2.3 (was 2.14.1)
Diffstat (limited to 'toolsrc')
| -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 486fff40e..8da718e87 100644 --- a/toolsrc/src/vcpkg/vcpkgpaths.cpp +++ b/toolsrc/src/vcpkg/vcpkgpaths.cpp @@ -151,10 +151,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, 1}; + static constexpr std::array<int, 3> EXPECTED_VERSION = {2, 14, 2}; static const std::string VERSION_CHECK_ARGUMENTS = "--version"; - const fs::path downloaded_copy = downloads_folder / "MinGit-2.14.1-32-bit" / "cmd" / "git.exe"; + const fs::path downloaded_copy = downloads_folder / "MinGit-2.14.2.3-32-bit" / "cmd" / "git.exe"; const std::vector<fs::path> from_path = Files::find_from_PATH("git"); std::vector<fs::path> candidate_paths; |
