mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-07 02:48:07 +02:00
* version updated to 3.2.4-rc1
This commit is contained in:
parent
ae0f84fdd5
commit
5f68bf7415
@ -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';
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user