Pārlūkot izejas kodu

* maximum number of packages increased to 40 to avoid overflow for DOS (or need for another page without shortcut), year in copyright increased

git-svn-id: trunk@16955 -
Tomas Hajny 14 gadi atpakaļ
vecāks
revīzija
67fc9e2e68
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      installer/install.pas

+ 3 - 3
installer/install.pas

@@ -94,11 +94,11 @@ program install;
 
   const
      installerversion='2.5.1';
-     installercopyright='Copyright (c) 1993-2009 Florian Klaempfl';
+     installercopyright='Copyright (c) 1993-2011 Florian Klaempfl';
 
 
-     maxpacks=30;
-     maxpackages=29;
+     maxpacks=20;
+     maxpackages=40;
      maxdefcfgs=1024;
 
      HTMLIndexExt = '.htx';