diff options
author | brian <brian@FreeBSD.org> | 2000-10-30 00:15:34 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2000-10-30 00:15:34 +0000 |
commit | 3d1630ef600659c926573d423add45b5994a969a (patch) | |
tree | 9bb81cdf5562e6aaa446a4c2eea6339ef6ba2199 /usr.sbin/ppp | |
parent | aed543648bc16a2a2d670dde4c3eb05046f74015 (diff) | |
download | FreeBSD-src-3d1630ef600659c926573d423add45b5994a969a.zip FreeBSD-src-3d1630ef600659c926573d423add45b5994a969a.tar.gz |
Bump our version to reflect the recent MPPE additions (and ccp struct
size change).
Diffstat (limited to 'usr.sbin/ppp')
-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 62a80e2..76f55a6 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -151,7 +151,7 @@ #define NEG_MPPE 54 #define NEG_CHAP81 55 -const char Version[] = "2.27"; +const char Version[] = "2.3"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |