2
0
Эх сурвалжийг харах

* version updated to 3.2.4-rc1

florian 1 жил өмнө
parent
commit
5f68bf7415

+ 2 - 2
compiler/version.pas

@@ -29,8 +29,8 @@ interface
        { version string }
        version_nr = '3';
        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)+

+ 1 - 1
installer/install.dat

@@ -7,7 +7,7 @@
 # of TV/FV cannot hold more than 31 members of a checkbox group)
 
 title=Free Pascal Compiler 3.2.3
-version=3.2.3
+version=3.2.4-rc1
 
 #
 # Gener~a~l

+ 1 - 1
installer/install.pas

@@ -93,7 +93,7 @@ program install;
      WHTMLScn,insthelp;
 
   const
-     installerversion='3.2.3';
+     installerversion='3.2.4-rc1';
      installercopyright='Copyright (c) 1993-2021 Florian Klaempfl';