From 58422fbfca3a5acc82558b6004a913f0d5b00b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=20Wyman=20=E2=88=9E?= Date: Fri, 10 Mar 2017 17:21:51 -0500 Subject: [PATCH] Update Git for Windows to 2.12.0.windows.1. --- Setup.iss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Setup.iss b/Setup.iss index 1f721d949..447ae27d0 100644 --- a/Setup.iss +++ b/Setup.iss @@ -27,7 +27,7 @@ #define MyAppPublisherURL "https://www.microsoft.com" #define MyAppURL "https://github.com/Microsoft/Git-Credential-Manager-for-Windows" #define MyAppExeName "git-credential-manager.exe" -#define Git4WinVer "2.10.0" +#define Git4WinVer "2.12.0" #define Git4WinVerLong = "v" + str(Git4WinVer) + ".windows.1" #define Git4WinName "Git for Windows " + str(Git4WinVer) #define Git4WinFile "Git-" + str(Git4WinVer) + "-64-bit.exe"