]> git.ozlabs.org Git - ppp.git/commitdiff
update the version number
authorPaul Mackerras <paulus@samba.org>
Tue, 2 Mar 1999 05:33:45 +0000 (05:33 +0000)
committerPaul Mackerras <paulus@samba.org>
Tue, 2 Mar 1999 05:33:45 +0000 (05:33 +0000)
pppd/Makefile.linux
pppd/sys-linux.c

index 132e768cc0b1d515dbfcf72c40455b5b7a8508fd..8d320837efa4e9dcbe4c29f11f2a8623b0d5fec4 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
 #
 # 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
 #
 
 # Default installation locations
@@ -27,7 +27,7 @@ endif
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
 # CC = gcc
 #
 COPTS = -O2 -pipe -Wall -g
-VER = 2.3.5
+VER = 2.3.6
 LIBS =
 
 ifneq ($(wildcard /usr/lib/libcrypt*),)
 LIBS =
 
 ifneq ($(wildcard /usr/lib/libcrypt*),)
index abe71ce58cec1098533a020fb9b4861e0b93fdcc..af5164fe3e4be1cef3aab5b30a85d8561cdb4af6 100644 (file)
@@ -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"
          "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
     }
 /*
  *  This is the PPP device. Validate the version of the driver at this