X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/98b8312fe7bf50e38c4a6dbc9f7592d2db134f36..de11307f4085222c29051e5b8149ea3340707f26:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 0e9dff27f..850439083 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -503,6 +503,7 @@ static var_entry var_table[] = { { "exim_gid", vtype_gid, &exim_gid }, { "exim_path", vtype_stringptr, &exim_path }, { "exim_uid", vtype_uid, &exim_uid }, + { "exim_version", vtype_stringptr, &version_string }, #ifdef WITH_OLD_DEMIME { "found_extension", vtype_stringptr, &found_extension }, #endif