| Index: bootstrap/win/win_tools.bat
|
| diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat
|
| index fb521ceaaaf67e232b0ffdbc97e4d26c88945163..278376fcc27755108eda12538eceafc5659ae54e 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.6
|
| ) else (
|
| - set GIT_VERSION=1.9.5.chromium.5
|
| + set GIT_VERSION=1.9.5.chromium.6
|
| )
|
| 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)
|
|
|