@@ -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)+
@@ -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
@@ -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';