Parcourir la source

* Free pascal compiler version 2.2.4rc1

git-svn-id: branches/release_2_2_4_rc1@12474 -
joost il y a 17 ans
Parent
commit
fd7f0b4b24
3 fichiers modifiés avec 6 ajouts et 6 suppressions
  1. 2 2
      compiler/version.pas
  2. 2 2
      installer/install.dat
  3. 2 2
      installer/install.pas

+ 2 - 2
compiler/version.pas

@@ -29,8 +29,8 @@ interface
        { version string }
        version_nr = '2';
        release_nr = '2';
-       patch_nr   = '3';
-       minorpatch = '';
+       patch_nr   = '4';
+       minorpatch = 'rc1';
 
        { word version for ppu file }
        wordversion = ((ord(version_nr)-ord('0')) shl 14)+

+ 2 - 2
installer/install.dat

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

+ 2 - 2
installer/install.pas

@@ -93,8 +93,8 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='2.2.1';
-     installercopyright='Copyright (c) 1993-2007 Florian Klaempfl';
+     installerversion='2.2.4rc1';
+     installercopyright='Copyright (c) 1993-2009 Florian Klaempfl';
 
 
      maxpacks=30;