summaryrefslogtreecommitdiff
path: root/packages/fpmkunit/fpmake.pp
diff options
context:
space:
mode:
authormarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-01 14:53:04 +0000
committermarco <marco@3ad0048d-3df7-0310-abae-a5850022a9f2>2017-12-01 14:53:04 +0000
commit3d59714c56aba4730bb1fa3990b2dfff0d869d69 (patch)
tree3a218c6253ffba6e3bd683c4f0b409fdb37a261e /packages/fpmkunit/fpmake.pp
parentb04dbb3e1214c6d7dd527167afb79066e5ce739b (diff)
downloadfpc-3d59714c56aba4730bb1fa3990b2dfff0d869d69.tar.gz
* version updates to 3.0.5
git-svn-id: https://svn.freepascal.org/svn/fpc/branches/fixes_3_0@37640 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/fpmkunit/fpmake.pp')
-rw-r--r--packages/fpmkunit/fpmake.pp10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/fpmkunit/fpmake.pp b/packages/fpmkunit/fpmake.pp
index 6c991e1e77..eabafb3d13 100644
--- a/packages/fpmkunit/fpmake.pp
+++ b/packages/fpmkunit/fpmake.pp
@@ -17,7 +17,7 @@ begin
{$ifdef ALLPACKAGES}
P.Directory:=ADirectory;
{$endif ALLPACKAGES}
- P.Version:='3.0.3';
+ P.Version:='3.0.5';
P.Description:='Free Pascal Make Tool';
P.Author := 'Peter Vreman';
P.License := 'LGPL with modification, ';
@@ -31,13 +31,13 @@ begin
// here to be able to update all requirements to
// compile fpmake from a single place
D:=P.Dependencies.Add('hash');
- D.Version:='3.0.3';
+ D.Version:='3.0.5';
D:=P.Dependencies.Add('paszlib');
- D.Version:='3.0.3';
+ D.Version:='3.0.5';
D:=P.Dependencies.Add('fcl-process');
- D.Version:='3.0.3';
+ D.Version:='3.0.5';
D:=P.Dependencies.Add('libtar');
- D.Version:='3.0.3';
+ D.Version:='3.0.5';
with P.Targets.AddUnit('src/fpmkunit.pp') do
ResourceStrings:=true;