mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-09 22:31:22 +01:00
* updated version and copyright
This commit is contained in:
parent
1dcc4b0309
commit
e4e3b9f0dd
@ -22,7 +22,7 @@ uses Views,App,
|
||||
WViews,WEditor,WHTMLHlp;
|
||||
|
||||
const
|
||||
VersionStr = '1.0.0';
|
||||
VersionStr = '1.0.2';
|
||||
|
||||
MaxRecentFileCount = 9;
|
||||
MaxToolCount = 16;
|
||||
@ -474,7 +474,10 @@ implementation
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.19 2005-01-08 11:43:18 florian
|
||||
Revision 1.20 2005-01-08 13:43:44 florian
|
||||
* updated version and copyright
|
||||
|
||||
Revision 1.19 2005/01/08 11:43:18 florian
|
||||
+ vector unit window
|
||||
|
||||
Revision 1.18 2004/12/30 16:14:13 florian
|
||||
|
||||
@ -4100,7 +4100,7 @@ begin
|
||||
else
|
||||
{$endif NODEBUG}
|
||||
R2.Move(0,2);
|
||||
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2004 by')));
|
||||
Insert(New(PStaticText, Init(R2, ^C'Copyright (C) 1998-2005 by')));
|
||||
R2.Move(0,2);
|
||||
Insert(New(PStaticText, Init(R2, ^C'B‚rczi G bor')));
|
||||
R2.Move(0,1);
|
||||
@ -4493,7 +4493,10 @@ end;
|
||||
END.
|
||||
{
|
||||
$Log$
|
||||
Revision 1.55 2005-01-08 11:43:18 florian
|
||||
Revision 1.56 2005-01-08 13:43:44 florian
|
||||
* updated version and copyright
|
||||
|
||||
Revision 1.55 2005/01/08 11:43:18 florian
|
||||
+ vector unit window
|
||||
|
||||
Revision 1.54 2005/01/07 19:09:28 florian
|
||||
|
||||
Loading…
Reference in New Issue
Block a user