diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1999-09-06 07:36:44 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1999-09-06 07:36:44 +0000 |
| commit | 2735dafdfc3264be04a1c5761640f93c697cc434 (patch) | |
| tree | 9daf5287c2217b2aec54656e3419415df85dc99c | |
| parent | f7406d04caa05e7177a7ec5e54e6f41ef6c37f47 (diff) | |
Notes
| -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 2b0d05399628..f0544ef5b82f 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 *); |
