소스 검색

* new version number

git-svn-id: trunk@1762 -
florian 20 년 전
부모
커밋
94357cdb50
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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;