* version updated to 3.2.4-rc1

This commit is contained in:
florian 2024-07-20 21:48:37 +02:00
parent ae0f84fdd5
commit 5f68bf7415
3 changed files with 4 additions and 4 deletions

View File

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

View File

@ -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

View File

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