From 0b29827f4811bd74d115823788f137972bdaf24a Mon Sep 17 00:00:00 2001 From: Sven Strickroth Date: Sun, 13 Mar 2011 21:08:03 +0100 Subject: [PATCH] require at least Windows 2000 SP4 Signed-off-by: Sven Strickroth --- src/TortoiseGitSetup/TortoiseSVN.wxs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/TortoiseGitSetup/TortoiseSVN.wxs b/src/TortoiseGitSetup/TortoiseSVN.wxs index 36f1dfc67..50ad78ef9 100644 --- a/src/TortoiseGitSetup/TortoiseSVN.wxs +++ b/src/TortoiseGitSetup/TortoiseSVN.wxs @@ -53,7 +53,7 @@ 1 VersionNT - = 500]]> + 500) OR ((VersionNT = 500) AND (ServicePackLevel >= 4))]]> -- 2.11.4.GIT