Also memset(.., 0, ..) the pre-TLS input buffer.
[exim.git] / src / src / version.h
1 /*************************************************
2 * Exim - an Internet mail transport agent *
3 *************************************************/
4
5 /* Copyright (c) Google, Inc. 2010 */
6 /* See the file NOTICE for conditions of use and distribution. */
7
8 /* This is bumped by the Exim Maintainers, the release engineer: */
9 #define EXIM_RELEASE_VERSION_STR "4.75"
10 /* If you apply extensive local patches, consider putting -foo into here */
11 #define EXIM_VARIANT_VERSION ""
12
13 #define EXIM_VERSION_STR EXIM_RELEASE_VERSION_STR EXIM_VARIANT_VERSION
14
15 /* End of version.h */