From e4e3b9f0dd5f5499b75b7346ecc5f02614a879ca Mon Sep 17 00:00:00 2001 From: florian Date: Sat, 8 Jan 2005 13:43:44 +0000 Subject: [PATCH] * updated version and copyright --- ide/fpconst.pas | 7 +++++-- ide/fpviews.pas | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ide/fpconst.pas b/ide/fpconst.pas index d370910af0..4aebe6a231 100644 --- a/ide/fpconst.pas +++ b/ide/fpconst.pas @@ -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 diff --git a/ide/fpviews.pas b/ide/fpviews.pas index 07c5cb5930..4feadc23b6 100644 --- a/ide/fpviews.pas +++ b/ide/fpviews.pas @@ -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