Browse Source

Readd version number to command line banner.

Martijn Laan 6 years ago
parent
commit
9ae04dc6d1
1 changed files with 1 additions and 1 deletions
  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