瀏覽代碼

* fixed building on non unix targets
* increased copyright
* changed version to 2.0.2

git-svn-id: trunk@2264 -

florian 19 年之前
父節點
當前提交
9ad60a821f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      compiler/utils/ppumove.pp

+ 3 - 3
compiler/utils/ppumove.pp

@@ -23,19 +23,19 @@
 {$endif}
 Program ppumove;
 uses
+  sysutils,
 {$ifdef unix}
   Baseunix,Unix, UnixUtil,
 {$else unix}
   dos,
 {$endif unix}
-  sysutils,
   ppu,
   getopts;
 
 const
-  Version   = 'Version 1.0.2';
+  Version   = 'Version 2.0.2';
   Title     = 'PPU-Mover';
-  Copyright = 'Copyright (c) 1998-2005 by the Free Pascal Development Team';
+  Copyright = 'Copyright (c) 1998-2006 by the Free Pascal Development Team';
 
   ShortOpts = 'o:e:d:i:qhsvbw';
   BufSize = 4096;