Forráskód Böngészése

* version 2.5.1

git-svn-id: trunk@13532 -
Jonas Maebe 16 éve
szülő
commit
8bd552b7b3
3 módosított fájl, 5 hozzáadás és 5 törlés
  1. 1 1
      compiler/version.pas
  2. 2 2
      installer/install.dat
  3. 2 2
      installer/install.pas

+ 1 - 1
compiler/version.pas

@@ -28,7 +28,7 @@ interface
     const
     const
        { version string }
        { version string }
        version_nr = '2';
        version_nr = '2';
-       release_nr = '3';
+       release_nr = '5';
        patch_nr   = '1';
        patch_nr   = '1';
        minorpatch = '';
        minorpatch = '';
 
 

+ 2 - 2
installer/install.dat

@@ -5,8 +5,8 @@
 #
 #
 # Warning: no package should contain more than 16 files
 # Warning: no package should contain more than 16 files
 
 
-title=Free Pascal Compiler 2.2.4
-version=2.2.4
+title=Free Pascal Compiler 2.5.1
+version=2.5.1
 
 
 #
 #
 # General
 # General

+ 2 - 2
installer/install.pas

@@ -93,8 +93,8 @@ program install;
      WHTMLScn,insthelp;
      WHTMLScn,insthelp;
 
 
   const
   const
-     installerversion='2.2.0';
-     installercopyright='Copyright (c) 1993-2008 Florian Klaempfl';
+     installerversion='2.5.1';
+     installercopyright='Copyright (c) 1993-2009 Florian Klaempfl';
 
 
 
 
      maxpacks=30;
      maxpacks=30;