diff options
author | brian <brian@FreeBSD.org> | 2002-05-01 10:08:10 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 2002-05-01 10:08:10 +0000 |
commit | d6c25b14c55ddc345f8beb7abeebd6ed61d58a35 (patch) | |
tree | ee4379f08d7949fb8a75d56b414b54bd99fa56c1 /usr.sbin/ppp | |
parent | e9f489edca8b3e305df5e4a1138a5ef853894d38 (diff) | |
download | FreeBSD-src-d6c25b14c55ddc345f8beb7abeebd6ed61d58a35.zip FreeBSD-src-d6c25b14c55ddc345f8beb7abeebd6ed61d58a35.tar.gz |
Bump the version to mark the fixed FSM TLD ordering
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 54a725a..d95f7f9 100644 --- a/usr.sbin/ppp/command.c +++ b/usr.sbin/ppp/command.c @@ -164,7 +164,7 @@ #define NEG_MPPE 54 #define NEG_CHAP81 55 -const char Version[] = "3.0.2"; +const char Version[] = "3.0.3"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |