X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fsrc%2Fexipick.src;h=7959d754c81cdc077bb27fb6c411ae35d501e5a8;hb=7ea1237c783e380d7bdb86c90b13d8203c7ecf26;hp=d486b4289893485f7c240c18b2aaf441f874f777;hpb=983da87847289c7f5373e4d5933d379f211b7613;p=user%2Fhenk%2Fcode%2Fexim.git diff --git a/src/src/exipick.src b/src/src/exipick.src index d486b4289..7959d754c 100644 --- a/src/src/exipick.src +++ b/src/src/exipick.src @@ -1,5 +1,5 @@ #!PERL_COMMAND -# Copyright (c) 2017 University of Cambridge. +# Copyright (c) 1995 - 2018 University of Cambridge. # See the file NOTICE for conditions of use and distribution. @@ -88,7 +88,7 @@ GetOptions( 'version' => sub { print basename($0) . ": $0\n", "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION\n", - "perl(runtime): $^V\n"; + "perl(runtime): $]\n"; exit 0; }, ) || exit(1);