mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-18 11:49:27 +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 string }
|
||||||
version_nr = '3';
|
version_nr = '3';
|
||||||
release_nr = '2';
|
release_nr = '2';
|
||||||
patch_nr = '3';
|
patch_nr = '4';
|
||||||
minorpatch = '';
|
minorpatch = '-rc1';
|
||||||
|
|
||||||
{ word version for ppu file }
|
{ word version for ppu file }
|
||||||
wordversion = ((ord(version_nr)-ord('0')) shl 14)+
|
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)
|
# of TV/FV cannot hold more than 31 members of a checkbox group)
|
||||||
|
|
||||||
title=Free Pascal Compiler 3.2.3
|
title=Free Pascal Compiler 3.2.3
|
||||||
version=3.2.3
|
version=3.2.4-rc1
|
||||||
|
|
||||||
#
|
#
|
||||||
# Gener~a~l
|
# Gener~a~l
|
||||||
|
@ -93,7 +93,7 @@ program install;
|
|||||||
WHTMLScn,insthelp;
|
WHTMLScn,insthelp;
|
||||||
|
|
||||||
const
|
const
|
||||||
installerversion='3.2.3';
|
installerversion='3.2.4-rc1';
|
||||||
installercopyright='Copyright (c) 1993-2021 Florian Klaempfl';
|
installercopyright='Copyright (c) 1993-2021 Florian Klaempfl';
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user