From 55154c57730a887cecaf94be5bed0ae4fb5aa7ca Mon Sep 17 00:00:00 2001 From: peter Date: Fri, 17 Oct 2008 18:36:45 +0000 Subject: * reset version to latest release: 2.2.2-0 git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@11907 3ad0048d-3df7-0310-abae-a5850022a9f2 --- packages/fpmake.pp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'packages/fpmake.pp') diff --git a/packages/fpmake.pp b/packages/fpmake.pp index 53fcadd0bf..c9a15efcf9 100644 --- a/packages/fpmake.pp +++ b/packages/fpmake.pp @@ -39,13 +39,13 @@ The include lines below are generated with the following command: {$include fcl-passrc/fpmake.pp} {$include fcl-process/fpmake.pp} {$include fcl-registry/fpmake.pp} +{$include fcl-res/fpmake.pp} {$include fcl-web/fpmake.pp} {$include fcl-xml/fpmake.pp} {$include fftw/fpmake.pp} {$include fpgtk/fpmake.pp} {$include fpmkunit/fpmake.pp} {$include fv/fpmake.pp} -{$include gbaunits/fpmake.pp} {$include gdbint/fpmake.pp} {$include gdbm/fpmake.pp} {$include ggi/fpmake.pp} @@ -59,11 +59,13 @@ The include lines below are generated with the following command: {$include httpd20/fpmake.pp} {$include httpd22/fpmake.pp} {$include ibase/fpmake.pp} +{$include iconvenc/fpmake.pp} {$include imagemagick/fpmake.pp} {$include imlib/fpmake.pp} {$include ldap/fpmake.pp} {$include libc/fpmake.pp} {$include libcurl/fpmake.pp} +{$include libgbafpc/fpmake.pp} {$include libgd/fpmake.pp} {$include libndsfpc/fpmake.pp} {$include libpng/fpmake.pp} @@ -114,7 +116,7 @@ The include lines below are generated with the following command: // Create fpc-all package PBuild:=AddPackage('fpc-all'); - PBuild.Version:='2.2.1-1'; + PBuild.Version:='2.2.2-0'; for i:=0 to Packages.Count-1 do begin P:=Packages.PackageItems[i]; -- cgit v1.2.1