X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/3386088d5af4d4c61faa12ae29560e2c5bd43304..HEAD:/src/src/eximon.src diff --git a/src/src/eximon.src b/src/src/eximon.src index d461ccffa..88d7948d7 100644 --- a/src/src/eximon.src +++ b/src/src/eximon.src @@ -4,8 +4,10 @@ # The build process concatenates on the front of this various settings from # os-specific files and from the user's configuration file. +# Copyright (c) The Exim Maintainers 2023 # Copyright (c) 2004 - 2015 University of Cambridge. # See the file NOTICE for conditions of use and distribution. +# SPDX-License-Identifier: GPL-2.0-or-later # Except when they appear in comments, the following placeholders in this # source are replaced when it is turned into a runnable script: @@ -18,6 +20,13 @@ # X11_LD_LIBRARY # PROCESSED_FLAG +# +if [ "x$1" = x--version -o "x$1" = x-v ] +then + echo "`basename $0`: $0" + echo "build: EXIM_RELEASE_VERSIONEXIM_VARIANT_VERSION" + exit 0 +fi # See if caller wants to invoke gdb