diff options
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r-- | usr.sbin/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 1b74fc55afda8..99dac5467e406 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -17,7 +17,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: command.c,v 1.165 1998/08/29 23:02:42 brian Exp $ + * $Id: command.c,v 1.166 1998/09/17 00:45:26 brian Exp $ * */ #include <sys/types.h> @@ -131,7 +131,7 @@ #define NEG_DNS 50 const char Version[] = "2.0"; -const char VersionDate[] = "$Date: 1998/08/29 23:02:42 $"; +const char VersionDate[] = "$Date: 1998/09/17 00:45:26 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |