Browse 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 14 years ago
parent
commit
67fc9e2e68
1 changed files with 3 additions and 3 deletions
  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';