blob: 4e544e056f70eff4d6e3e1645d8f7ea6c7bf4bfe (
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.73"
/* 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 */
|