X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/983da87847289c7f5373e4d5933d379f211b7613..7ea1237c783e380d7bdb86c90b13d8203c7ecf26:/src/src/exipick.src 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);