From 4332139a9a11f773ffe5109bed871561e3c290a1 Mon Sep 17 00:00:00 2001 From: gshapiro Date: Sat, 12 Aug 2000 21:55:49 +0000 Subject: Import of sendmail version 8.11.0 into vendor branch SENDMAIL with release tag v8_11_0. Obtained from: ftp://ftp.sendmail.org/pub/sendmail/ --- contrib/sendmail/src/version.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'contrib/sendmail/src/version.c') diff --git a/contrib/sendmail/src/version.c b/contrib/sendmail/src/version.c index 6f9d05e..1a57cda 100644 --- a/contrib/sendmail/src/version.c +++ b/contrib/sendmail/src/version.c @@ -1,5 +1,6 @@ /* - * Copyright (c) 1998 Sendmail, Inc. All rights reserved. + * Copyright (c) 1998-2000 Sendmail, 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. @@ -11,7 +12,7 @@ */ #ifndef lint -static char sccsid[] = "@(#)version.c 8.9.3.1 (Berkeley) 2/4/1999"; -#endif /* not lint */ +static char id[] = "@(#)$Id: version.c,v 8.43.4.11 2000/07/19 20:40:59 gshapiro Exp $"; +#endif /* ! lint */ -char Version[] = "8.9.3"; +char Version[] = "8.11.0"; -- cgit v1.1