diff options
author | peter <peter@FreeBSD.org> | 1999-09-06 07:36:44 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-09-06 07:36:44 +0000 |
commit | e8a88abe94b71b01a6e0bc88f2151d4547c4f05e (patch) | |
tree | 4c33c5732dba8fe79982f5bf384f63941c2c7b49 /usr.sbin | |
parent | 4aca85808276b184012f2519ecc73a03ea0df921 (diff) | |
download | FreeBSD-src-e8a88abe94b71b01a6e0bc88f2151d4547c4f05e.zip FreeBSD-src-e8a88abe94b71b01a6e0bc88f2151d4547c4f05e.tar.gz |
$Date$ -> $FreeBSD$
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 2b0d053..f0544ef 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -145,7 +145,7 @@ #define NEG_VJCOMP 53 const char Version[] = "2.23"; -const char VersionDate[] = "$Date: 1999/08/22 01:29:53 $"; +const char VersionDate[] = "$FreeBSD$"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |