diff options
author | brian <brian@FreeBSD.org> | 1998-07-04 10:24:49 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1998-07-04 10:24:49 +0000 |
commit | 0b47f48623547db5ffab02ebfd55ac6ba8d1041c (patch) | |
tree | 28e4e6064442238e9ea062aaadb6770943386378 /usr.sbin | |
parent | 35aa462ad7503f6792a77367ac02bfe46b6d9e70 (diff) | |
download | FreeBSD-src-0b47f48623547db5ffab02ebfd55ac6ba8d1041c.zip FreeBSD-src-0b47f48623547db5ffab02ebfd55ac6ba8d1041c.tar.gz |
Version 2.0-beta becomes 2.0 :-)
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/ppp/command.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 03f70fe..0c966b5 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.151 1998/06/27 14:18:02 brian Exp $ + * $Id: command.c,v 1.152 1998/06/27 23:48:42 brian Exp $ * */ #include <sys/types.h> @@ -121,8 +121,8 @@ #define NEG_VJCOMP 49 #define NEG_DNS 50 -const char Version[] = "2.0-beta"; -const char VersionDate[] = "$Date: 1998/06/27 14:18:02 $"; +const char Version[] = "2.0"; +const char VersionDate[] = "$Date: 1998/06/27 23:48:42 $"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |