Skip to content

Commit

Permalink
Readd version number to command line banner.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed May 24, 2019
1 parent 01a8ee2 commit 9ae04dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Projects/ISCC.dpr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 9ae04dc

@martinprikryl
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.