mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 11:48:04 +02:00
* updated ide copyright and version
git-svn-id: trunk@13546 -
This commit is contained in:
parent
7e7e7b34e1
commit
dd013a8987
@ -21,7 +21,7 @@ uses Views,App,
|
||||
WViews,WEditor,WHTMLHlp;
|
||||
|
||||
const
|
||||
VersionStr = '1.0.10';
|
||||
VersionStr = '1.0.12';
|
||||
|
||||
MaxRecentFileCount = 9;
|
||||
MaxToolCount = 16;
|
||||
|
@ -4251,7 +4251,7 @@ begin
|
||||
else
|
||||
{$endif NODEBUG}
|
||||
R2.Move(0,2);
|
||||
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2008 by')));
|
||||
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2009 by')));
|
||||
R2.Move(0,2);
|
||||
Insert(New(PStaticText, Init(R2, ^C'B‚rczi G bor')));
|
||||
R2.Move(0,1);
|
||||
|
Loading…
Reference in New Issue
Block a user