git-svn-id: trunk@10212 -
@@ -16,7 +16,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:='fcl-process';
{$endif ALLPACKAGES}
- P.Version:='2.0.0';
+ P.Version:='2.2.1-1';
P.SourcePath.Add('src');
P.IncludePath.Add('src/unix',AllUnixOSes);
P.IncludePath.Add('src/win',AllWindowsOSes);
@@ -15,7 +15,7 @@ begin
P.Directory:='fpmkunit';
- P.Version:='2.2.0';
P.Description:='Free Pascal Make Tool';
P.Dependencies.Add('paszlib');
P.Dependencies.Add('fcl-process');
P.Directory:='hash';
+ P.Version:='2.2.1';
T:=P.Targets.AddUnit('src/md5.pp');
T:=P.Targets.AddUnit('src/crc.pas');
T:=P.Targets.AddUnit('src/ntlm.pas');
P.Directory:='paszlib';
P.Dependencies.Add('hash');
P.IncludePath.Add('src');