From 2388e045c41bfdb59055739b5054deff212a71e9 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Mon, 30 Oct 2000 00:15:34 +0000 Subject: [PATCH] Bump our version to reflect the recent MPPE additions (and ccp struct size change). --- usr.sbin/ppp/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c index 62a80e2c035..76f55a6afd4 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 *);