exim_msgdate: version output does not require an exim config
authorAndrew Aitchison <exim@aitchison.me.uk>
Sun, 5 Mar 2023 12:47:17 +0000 (12:47 +0000)
committerJeremy Harris <jgh146exb@wizmail.org>
Sun, 5 Mar 2023 12:49:10 +0000 (12:49 +0000)
src/src/exim_msgdate.src

index c591f306efce44afd3063311724c9a6a1d367af4..bfb5bc81e68ca930f38e3fc8763a5162c6f1c108 100755 (executable)
@@ -56,7 +56,7 @@ my $localhost_number;  # An Exim config value
 my $nolocalhost_number;
 
 my $p_name    = basename $0;
-my $p_version = "20230203.0";
+my $p_version = "20230304.0";
 my $p_cp      = <<EOM;
  Copyright (c) 2023 The Exim Maintainers 2023
 
@@ -125,9 +125,10 @@ GetOptions (
        );
     },
     'version'  => sub {
-       print basename($0), ": $0\n";
-       print "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n";
+       print basename($0), ": $p_version $0\n";
+       print "exim build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n";
        print "perl(runtime): $]\n";
+       exit 0;
     },
 ) or pod2usage;
 # die("Error in command line arguments\n");