File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 67
67
begin
68
68
// Is the installed version at least the packaged one ?
69
69
Log(' VC Redist x64 Version : found ' + strVersion);
70
- Result := (CompareStr(strVersion, ' v14.28.29325 ' ) < 0 );
70
+ Result := (CompareStr(strVersion, ' v14.29.30037 ' ) < 0 );
71
71
end
72
72
else
73
73
begin
Original file line number Diff line number Diff line change 82
82
begin
83
83
// Is the installed version at least the packaged one ?
84
84
Log(' VC Redist x64 Version : found ' + strVersion);
85
- Result := (CompareStr(strVersion, ' v14.28.29325 ' ) < 0 );
85
+ Result := (CompareStr(strVersion, ' v14.29.30037 ' ) < 0 );
86
86
end
87
87
else
88
88
begin
Original file line number Diff line number Diff line change 82
82
begin
83
83
// Is the installed version at least the packaged one ?
84
84
Log(' VC Redist x64 Version : found ' + strVersion);
85
- Result := (CompareStr(strVersion, ' v14.28.29325 ' ) < 0 );
85
+ Result := (CompareStr(strVersion, ' v14.29.30037 ' ) < 0 );
86
86
end
87
87
else
88
88
begin
You can’t perform that action at this time.
0 commit comments