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 *);