1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
5 /* Copyright (c) Google, Inc. 2010 */
6 /* See the file NOTICE for conditions of use and distribution. */
8 /* This is bumped by the Exim Maintainers, the release engineer: */
9 #define EXIM_RELEASE_VERSION_STR "4.76"
10 /* If you apply extensive local patches, consider putting -foo into here */
11 #define EXIM_VARIANT_VERSION ""
13 #define EXIM_VERSION_STR EXIM_RELEASE_VERSION_STR EXIM_VARIANT_VERSION
15 /* End of version.h */