Parcourir la source

* 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 il y a 14 ans
Parent
commit
67fc9e2e68
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  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';