* updated version and copyright

This commit is contained in:
florian 2005-01-08 13:43:44 +00:00
parent 1dcc4b0309
commit e4e3b9f0dd
2 changed files with 10 additions and 4 deletions

View File

@ -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

View File

@ -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'Brczi 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