diff options
author | brian <brian@cvs.openbsd.org> | 2002-05-17 22:15:57 +0000 |
---|---|---|
committer | brian <brian@cvs.openbsd.org> | 2002-05-17 22:15:57 +0000 |
commit | a09e3f3ee15ae4301104cc873a62f18e7b6abf75 (patch) | |
tree | 1ed9bf74c7a6c5c13f4169bd65732e54e2910267 /usr.sbin/ppp | |
parent | 64e7a22e4ed3ab122371d719713cc43e15fda15d (diff) |
Bump the version number to reflect the latest MS-CHAP2 changes
Diffstat (limited to 'usr.sbin/ppp')
-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 *); |