diff options
Diffstat (limited to 'usr.bin/mail/version.c')
-rw-r--r-- | usr.bin/mail/version.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/mail/version.c b/usr.bin/mail/version.c index e41c25c08681..f47ac766c664 100644 --- a/usr.bin/mail/version.c +++ b/usr.bin/mail/version.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)version.c 8.1 (Berkeley) 6/6/93"; #endif #endif /* not lint */ #include <sys/cdefs.h> -__FBSDID("$FreeBSD$"); +__FBSDID("$FreeBSD: src/usr.bin/mail/version.c,v 1.4.38.1 2010/02/10 00:26:20 kensmith Exp $"); /* * Just keep track of the date/sid of this version of Mail. |