From: Paul Mackerras Date: Tue, 2 Mar 1999 05:33:45 +0000 (+0000) Subject: update the version number X-Git-Tag: RELEASE_2_3_6~20 X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=892e254c066564ec858769c5eebb02cb21b7c9fe;ds=sidebyside update the version number --- diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux index 132e768..8d32083 100644 --- a/pppd/Makefile.linux +++ b/pppd/Makefile.linux @@ -1,6 +1,6 @@ # # pppd makefile for Linux -# $Id: Makefile.linux,v 1.26 1998/05/04 06:10:29 paulus Exp $ +# $Id: Makefile.linux,v 1.27 1999/03/02 05:33:45 paulus Exp $ # # Default installation locations @@ -27,7 +27,7 @@ endif # CC = gcc # COPTS = -O2 -pipe -Wall -g -VER = 2.3.5 +VER = 2.3.6 LIBS = ifneq ($(wildcard /usr/lib/libcrypt*),) diff --git a/pppd/sys-linux.c b/pppd/sys-linux.c index abe71ce..af5164f 100644 --- a/pppd/sys-linux.c +++ b/pppd/sys-linux.c @@ -1835,7 +1835,7 @@ int ppp_available(void) "This system lacks kernel support for PPP. This could be because\n" "the PPP kernel module is not loaded, or because the kernel is\n" "not configured for PPP. See the README.linux file in the\n" - "ppp-2.3.5 distribution.\n"; + "ppp-2.3.6 distribution.\n"; } /* * This is the PPP device. Validate the version of the driver at this