Browse Source

* Version 2.1.4

git-svn-id: branches/fixes_2_2@7288 -
joost 18 years ago
parent
commit
c581fea394
3 changed files with 4 additions and 4 deletions
  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 string }
        version_nr = '2';
        version_nr = '2';
        release_nr = '1';
        release_nr = '1';
-       patch_nr   = '3';
+       patch_nr   = '4';
        minorpatch = '';
        minorpatch = '';
 
 
        { word version for ppu file }
        { word version for ppu file }

+ 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.1.2
-version=2.1.2
+title=Free Pascal Compiler 2.1.4
+version=2.1.4
 
 
 #
 #
 # General
 # General

+ 1 - 1
installer/install.pas

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