diff options
Diffstat (limited to 'usr.bin/mail/version.c')
-rw-r--r-- | usr.bin/mail/version.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index 3591c8a9872..02482700450 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -1,4 +1,4 @@ -/* $OpenBSD: version.c,v 1.3 1997/06/18 23:52:28 deraadt Exp $ */ +/* $OpenBSD: version.c,v 1.4 2001/01/16 05:36:09 millert Exp $ */ /* $NetBSD: version.c,v 1.4 1996/06/08 19:48:46 christos Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #else -static char rcsid[] = "$OpenBSD: version.c,v 1.3 1997/06/18 23:52:28 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: version.c,v 1.4 2001/01/16 05:36:09 millert Exp $"; #endif #endif /* not lint */ @@ -46,4 +46,4 @@ static char rcsid[] = "$OpenBSD: version.c,v 1.3 1997/06/18 23:52:28 deraadt Exp * Just keep track of the date/sid of this version of Mail. * Load this file first to get a "total" Mail version. */ -char *version = "8.1.1 18/6/97"; +char *version = "8.1.2 01/15/2001"; |