diff options
author | 2002-05-17 22:15:56 +0000 | |
---|---|---|
committer | 2002-05-17 22:15:56 +0000 | |
commit | e93a6d740fbd58e8a52e7c1e011c117570b33e40 (patch) | |
tree | 64aa106755a68546bd2e5076893c463ef4530ed7 | |
parent | crank major (diff) | |
download | wireguard-openbsd-e93a6d740fbd58e8a52e7c1e011c117570b33e40.tar.xz wireguard-openbsd-e93a6d740fbd58e8a52e7c1e011c117570b33e40.zip |
Bump the version number to reflect the latest MS-CHAP2 changes
-rw-r--r-- | usr.sbin/ppp/ppp/command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ppp/command.c b/usr.sbin/ppp/ppp/command.c index 49b6784c48f..d4fa2e9d1f1 100644 --- a/usr.sbin/ppp/ppp/command.c +++ b/usr.sbin/ppp/ppp/command.c @@ -25,7 +25,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $OpenBSD: command.c,v 1.73 2002/05/16 01:13:39 brian Exp $ + * $OpenBSD: command.c,v 1.74 2002/05/17 22:15:56 brian Exp $ */ #include <sys/param.h> @@ -163,7 +163,7 @@ #define NEG_MPPE 54 #define NEG_CHAP81 55 -const char Version[] = "3.0.4"; +const char Version[] = "3.0.5"; static int ShowCommand(struct cmdargs const *); static int TerminalCommand(struct cmdargs const *); |