summaryrefslogtreecommitdiff
path: root/src/src/version.h
blob: b84d108c3c32552c995e866b1699309c49db15db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*************************************************
*     Exim - an Internet mail transport agent    *
*************************************************/

/* Copyright (c) Google, Inc. 2010 */
/* See the file NOTICE for conditions of use and distribution. */

/* This is bumped by the Exim Maintainers, the release engineer: */
#define EXIM_RELEASE_VERSION_STR        "4.75"
/* If you apply extensive local patches, consider putting -foo into here */
#define EXIM_VARIANT_VERSION            ""

#define EXIM_VERSION_STR        EXIM_RELEASE_VERSION_STR EXIM_VARIANT_VERSION

/* End of version.h */