]> git.ozlabs.org Git - ppp.git/commitdiff
update for 2.3.2
authorPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:09:44 +0000 (06:09 +0000)
committerPaul Mackerras <paulus@samba.org>
Thu, 27 Nov 1997 06:09:44 +0000 (06:09 +0000)
modules/if_ppp.c
pppd/Makefile.linux
pppd/patchlevel.h

index a19026923bd6d2cef60621e70f545d96e84ea3e2..52bfa7df0e9e8188cfb7cba9e4b954aef6303f69 100644 (file)
@@ -24,7 +24,7 @@
  * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS,
  * OR MODIFICATIONS.
  *
- * $Id: if_ppp.c,v 1.6 1997/07/14 03:51:02 paulus Exp $
+ * $Id: if_ppp.c,v 1.7 1997/11/27 06:05:27 paulus Exp $
  */
 
 /*
@@ -296,7 +296,7 @@ if_ppp_wput(q, mp)
 #endif
                ifp->if_output = if_ppp_output;
 #ifdef __osf__
-               ifp->if_version = "Point-to-Point Protocol, version 2.3.1";
+               ifp->if_version = "Point-to-Point Protocol, version 2.3.2";
                ifp->if_mediamtu = PPP_MTU;
                ifp->if_type = IFT_PPP;
                ifp->if_hdrlen = PPP_HDRLEN;
index 1d5e75e7e31b5672a909bbebb1aff3c1d67870ed..36249a8e7b4faf8275a72e4aade013c15e6f3734 100644 (file)
@@ -1,6 +1,6 @@
 #
 # pppd makefile for Linux
-# $Id: Makefile.linux,v 1.21 1997/07/14 03:52:08 paulus Exp $
+# $Id: Makefile.linux,v 1.22 1997/11/27 06:07:12 paulus Exp $
 #
 
 # Default installation locations
@@ -27,7 +27,7 @@ endif
 # CC = gcc
 #
 COPTS = -O2 # -g
-VER = 2.3.1
+VER = 2.3.2
 LIBS =
 
 ifneq ($(wildcard /usr/lib/libcrypt*),)
index f109b9f9b062355448a1b68ea29dbed0d789f303..3b2aaf3b3f1ffdbd0793d549d92b4e881fbaaea6 100644 (file)
@@ -1,6 +1,6 @@
-/* $Id: patchlevel.h,v 1.29 1997/07/14 03:53:42 paulus Exp $ */
-#define        PATCHLEVEL      1
+/* $Id: patchlevel.h,v 1.30 1997/11/27 06:09:44 paulus Exp $ */
+#define        PATCHLEVEL      2
 
 #define VERSION                "2.3"
 #define IMPLEMENTATION ""
-#define DATE           "27 June 97"
+#define DATE           "27 October 1997"