Sfoglia il codice sorgente

* version for fpc-all

git-svn-id: trunk@10218 -
peter 17 anni fa
parent
commit
d654add631
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      packages/fpmake.pp

+ 1 - 0
packages/fpmake.pp

@@ -104,6 +104,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';
     for i:=0 to Packages.Count-1 do
       begin
         P:=Packages.PackageItems[i];