Răsfoiți Sursa

* file version updates

git-svn-id: tags/release_3_2_0@45255 -
marco 5 ani în urmă
părinte
comite
bcc14817f6
4 a modificat fișierele cu 6 adăugiri și 6 ștergeri
  1. 1 1
      compiler/version.pas
  2. 2 2
      installer/install.dat
  3. 2 2
      installer/install.pas
  4. 1 1
      packages/chm/src/chmbase.pas

+ 1 - 1
compiler/version.pas

@@ -30,7 +30,7 @@ interface
        version_nr = '3';
        release_nr = '2';
        patch_nr   = '0';
-       minorpatch = '-beta';
+       minorpatch = '';
 
        { word version for ppu file }
        wordversion = ((ord(version_nr)-ord('0')) shl 14)+

+ 2 - 2
installer/install.dat

@@ -6,8 +6,8 @@
 # Warning: no package should contain more than 31 files (32-bit version
 # of TV/FV cannot hold more than 31 members of a checkbox group)
 
-title=Free Pascal Compiler 3.2.0-beta
-version=3.2.0-beta
+title=Free Pascal Compiler 3.2.0
+version=3.2.0
 
 #
 # Gener~a~l

+ 2 - 2
installer/install.pas

@@ -93,8 +93,8 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='3.2.0-beta1';
-     installercopyright='Copyright (c) 1993-2018 Florian Klaempfl';
+     installerversion='3.2.0';
+     installercopyright='Copyright (c) 1993-2020 Florian Klaempfl';
 
 
      maxpacks=20;

+ 1 - 1
packages/chm/src/chmbase.pas

@@ -28,7 +28,7 @@ uses
   Classes, SysUtils;
 
 const 
-  CHMPackageVersion = '3.2.0-beta'; // to be put in readme
+  CHMPackageVersion = '3.2.0'; // to be put in readme
   
 type
   {$PACKRECORDS C}