Pārlūkot izejas kodu

* updated version and copyright

florian 20 gadi atpakaļ
vecāks
revīzija
e4e3b9f0dd
2 mainītis faili ar 10 papildinājumiem un 4 dzēšanām
  1. 5 2
      ide/fpconst.pas
  2. 5 2
      ide/fpviews.pas

+ 5 - 2
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

+ 5 - 2
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