diff options
| author | Brian Somers <brian@FreeBSD.org> | 2000-10-30 00:15:34 +0000 |
|---|---|---|
| committer | Brian Somers <brian@FreeBSD.org> | 2000-10-30 00:15:34 +0000 |
| commit | 2388e045c41bfdb59055739b5054deff212a71e9 (patch) | |
| tree | 505d7d2660044dd73eafe841055d36201a03d0cf /usr.sbin/ppp | |
| parent | ba6fcad9cfec8428b3a60ae789362b23c594099a (diff) | |
Notes
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 62a80e2c0355..76f55a6afd4d 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 *); |
