Procházet zdrojové kódy

* Version 2.1.4

git-svn-id: branches/fixes_2_2@7288 -
joost před 18 roky
rodič
revize
c581fea394
3 změnil soubory, kde provedl 4 přidání a 4 odebrání
  1. 1 1
      compiler/version.pas
  2. 2 2
      installer/install.dat
  3. 1 1
      installer/install.pas

+ 1 - 1
compiler/version.pas

@@ -29,7 +29,7 @@ interface
        { version string }
        version_nr = '2';
        release_nr = '1';
-       patch_nr   = '3';
+       patch_nr   = '4';
        minorpatch = '';
 
        { word version for ppu file }

+ 2 - 2
installer/install.dat

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

+ 1 - 1
installer/install.pas

@@ -93,7 +93,7 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='2.1.2';
+     installerversion='2.1.4';
      installercopyright='Copyright (c) 1993-2007 Florian Klaempfl';