| Index: bootstrap/win/win_tools.bat
|
| diff --git a/bootstrap/win/win_tools.bat b/bootstrap/win/win_tools.bat
|
| index c8142f962744750b822dcc79e6031c86278f0eb6..4daadce7ff06a7a36c858e114fc70fdfba9467e8 100644
|
| --- a/bootstrap/win/win_tools.bat
|
| +++ b/bootstrap/win/win_tools.bat
|
| @@ -68,7 +68,7 @@ set FIND_EXE=%SYSTEMROOT%\System32\find.exe
|
| reg Query "HKLM\Hardware\Description\System\CentralProcessor\0" | %FIND_EXE% /i "x86" > NUL && (set OS_BITS=32) || (set OS_BITS=64)
|
|
|
| if not exist "%WIN_TOOLS_ROOT_DIR%\.git_bleeding_edge" (
|
| - set GIT_VERSION=2.7.4
|
| + set GIT_VERSION=2.8.3
|
| ) else (
|
| set GIT_VERSION=2.8.3
|
| )
|
|
|