1998-08-03 01:56:20 -04:00
|
|
|
/*
|
2015-07-06 00:29:34 -04:00
|
|
|
* Copyright (c) 1998-2015 Proofpoint, Inc. and its suppliers.
|
2000-08-12 17:55:49 -04:00
|
|
|
* All rights reserved.
|
1998-08-03 01:56:20 -04:00
|
|
|
* 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>
|
1998-08-03 01:56:20 -04:00
|
|
|
|
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";
|