Revision 22421,
550 bytes
checked in by zacheiss, 18 years ago
(diff) |
Apply patches from 3-22-06 CERT advisory.
|
Line | |
---|
1 | /* |
---|
2 | * Copyright (c) 1998-2003 Sendmail, Inc. and its suppliers. |
---|
3 | * All rights reserved. |
---|
4 | * Copyright (c) 1983 Eric P. Allman. All rights reserved. |
---|
5 | * Copyright (c) 1988, 1993 |
---|
6 | * The Regents of the University of California. All rights reserved. |
---|
7 | * |
---|
8 | * By using this file, you agree to the terms and conditions set |
---|
9 | * forth in the LICENSE file which can be found at the top level of |
---|
10 | * the sendmail distribution. |
---|
11 | * |
---|
12 | */ |
---|
13 | |
---|
14 | #include <sm/gen.h> |
---|
15 | |
---|
16 | SM_RCSID("@(#)$Id: version.c,v 1.2 2006-03-23 21:02:47 zacheiss Exp $") |
---|
17 | |
---|
18 | char Version[] = "8.12.9.20060308"; |
---|
Note: See
TracBrowser
for help on using the repository browser.