From: Andrew Aitchison Date: Sun, 5 Mar 2023 12:47:17 +0000 (+0000) Subject: exim_msgdate: version output does not require an exim config X-Git-Tag: exim-4.97-RC0~113 X-Git-Url: https://git.exim.org/exim.git/commitdiff_plain/c5722bc5a8df130f4733ca3c4398ae51cc7842e0 exim_msgdate: version output does not require an exim config --- diff --git a/src/src/exim_msgdate.src b/src/src/exim_msgdate.src index c591f306e..bfb5bc81e 100755 --- a/src/src/exim_msgdate.src +++ b/src/src/exim_msgdate.src @@ -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 = < 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");