浏览代码

Readd version number to command line banner.

Martijn Laan 6 年之前
父节点
当前提交
9ae04dc6d1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Projects/ISCC.dpr

+ 1 - 1
Projects/ISCC.dpr

@@ -346,7 +346,7 @@ procedure ProcessCommandLine;
 
   procedure ShowBanner;
   begin
-    WriteStdOut('Inno Setup Command-Line Compiler');
+    WriteStdOut('Inno Setup 6 Command-Line Compiler');
     WriteStdOut('Copyright (C) 1997-2019 Jordan Russell. All rights reserved.');
     WriteStdOut('Portions Copyright (C) 2000-2019 Martijn Laan');
     if IsppMode then begin