From 4fe8a474772f25d51a6b8460ca8f356eb580a5ea Mon Sep 17 00:00:00 2001 From: "iannucci@chromium.org" Date: Sat, 20 Dec 2014 02:00:52 +0000 Subject: [PATCH] Switch default windows git version to 1.9.5. R=pgervais@chromium.org, agable@chromium.org, friedman@chromium.org BUG= Review URL: https://codereview.chromium.org/800003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@293482 0039d316-1c4b-4281-b951-d872f2087c98 --- bootstrap/win/win_tools.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat index 4b11d58c4..8ffda386c 100644 --- a/bootstrap/win/win_tools.bat +++ b/bootstrap/win/win_tools.bat @@ -60,7 +60,7 @@ goto :END if "%DEPOT_TOOLS_GIT_BLEEDING%" == "1" ( set GIT_VERSION=1.9.5.chromium.5 ) else ( - set GIT_VERSION=1.9.0.chromium.6 + set GIT_VERSION=1.9.5.chromium.5 ) for /f "tokens=2 delims=[]" %%i in ('ver') do set VERSTR=%%i for /f "tokens=2,3 delims=. " %%i in ("%VERSTR%") do (set VERMAJOR=%%i & set VERMINOR=%%j)