opnsense-src/contrib/sendmail/src/version.c

19 lines
539 B
C
Raw Normal View History

/*
2015-07-06 00:29:34 -04:00
* Copyright (c) 1998-2015 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
*
* By using this file, you agree to the terms and conditions set
* forth in the LICENSE file which can be found at the top level of
* the sendmail distribution.
*
*/
2002-02-17 16:56:45 -05:00
#include <sm/gen.h>
2014-12-11 23:10:50 -05:00
SM_RCSID("@(#)$Id: version.c,v 8.250 2014-01-27 12:55:16 ca Exp $")
2002-02-17 16:56:45 -05:00
2015-07-06 00:29:34 -04:00
char Version[] = "8.15.2";