Forráskód Böngészése

* new version number

git-svn-id: trunk@1762 -
florian 20 éve
szülő
commit
94357cdb50
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      compiler/utils/ppumove.pp

+ 2 - 2
compiler/utils/ppumove.pp

@@ -36,9 +36,9 @@ uses
   getopts;
 
 const
-  Version   = 'Version 1.00';
+  Version   = 'Version 1.0.2';
   Title     = 'PPU-Mover';
-  Copyright = 'Copyright (c) 1998-2002 by the Free Pascal Development Team';
+  Copyright = 'Copyright (c) 1998-2005 by the Free Pascal Development Team';
 
   ShortOpts = 'o:e:d:qhsvbw';
   BufSize = 4096;