* some version updates in normal files

git-svn-id: tags/release_3_2_2@49357 -
This commit is contained in:
marco 2021-05-13 11:27:59 +00:00
parent a29ee477e3
commit 9f5fc1c649
5 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ interface
{ version string }
version_nr = '3';
release_nr = '2';
patch_nr = '1';
patch_nr = '2';
minorpatch = '';
{ word version for ppu file }

View File

@ -6,8 +6,8 @@
# Warning: no package should contain more than 31 files (32-bit version
# of TV/FV cannot hold more than 31 members of a checkbox group)
title=Free Pascal Compiler 3.2.1
version=3.2.1
title=Free Pascal Compiler 3.2.2
version=3.2.2
#
# Gener~a~l

View File

@ -93,8 +93,8 @@ program install;
WHTMLScn,insthelp;
const
installerversion='3.2.1';
installercopyright='Copyright (c) 1993-2018 Florian Klaempfl';
installerversion='3.2.2';
installercopyright='Copyright (c) 1993-2021 Florian Klaempfl';
maxpacks=20;

View File

@ -28,7 +28,7 @@ uses
Classes, SysUtils;
const
CHMPackageVersion = '3.2.1'; // to be put in readme
CHMPackageVersion = '3.2.2'; // to be put in readme
type
{$PACKRECORDS C}

View File

@ -4297,7 +4297,7 @@ begin
else
{$endif NODEBUG}
R2.Move(0,2);
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2020 by')));
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2021 by')));
R2.Move(0,2);
Insert(New(PStaticText, Init(R2, ^C'Brczi G bor')));
R2.Move(0,1);