From da085a7dca7340ae4d641c3fdf7af9ba2da9340f Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Thu, 13 May 1999 00:35:57 +0000 Subject: [PATCH] update version number to 2.3.8 --- NeXT/Makefile.top | 4 ++-- NeXT/if_ppp.c | 4 ++-- linux/ppp.c | 4 ++-- modules/if_ppp.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NeXT/Makefile.top b/NeXT/Makefile.top index b881bc5..e01a2ce 100644 --- a/NeXT/Makefile.top +++ b/NeXT/Makefile.top @@ -1,6 +1,6 @@ # ppp top level makefile for NeXT systems # -# $Id: Makefile.top,v 1.6 1999/03/31 06:07:56 paulus Exp $ +# $Id: Makefile.top,v 1.7 1999/05/13 00:35:56 paulus Exp $ # # Change the values of ARCHFLAGS to include the @@ -155,7 +155,7 @@ NEXTPORT = \ # portdist: - echo NeXT-ppp2.3.7-`sed -e '/version_string/!d' \ + echo NeXT-ppp2.3.8-`sed -e '/version_string/!d' \ -e 's/[^0-9.]*\([0-9.]*\).*/\1/' -e q ./NeXT/NeXT_Version.h` > .fname rm -rf `cat .fname` mkdir `cat .fname` diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index 9515d69..aceb164 100644 --- a/NeXT/if_ppp.c +++ b/NeXT/if_ppp.c @@ -81,7 +81,7 @@ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #if !defined(lint) -static char sccsid[] = "$Revision: 1.8 $ ($Date: 1999/03/31 06:07:56 $)"; +static char sccsid[] = "$Revision: 1.9 $ ($Date: 1999/05/13 00:35:56 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -285,7 +285,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3.7-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); + IOLog("\nPPP version 2.3.8-%s for NeXTSTEP and OPENSTEP\n", PPPVERSION); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n"); if (install_ppp_ld() < 0) { IOLog("ppp: Could not install line discipline\n"); diff --git a/linux/ppp.c b/linux/ppp.c index d30bd49..3a2b377 100644 --- a/linux/ppp.c +++ b/linux/ppp.c @@ -45,7 +45,7 @@ #define PPP_MAX_RCV_QLEN 32 /* max # frames we queue up for pppd */ -/* $Id: ppp.c,v 1.26 1999/05/12 06:12:59 paulus Exp $ */ +/* $Id: ppp.c,v 1.27 1999/05/13 00:35:57 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.7" +#define PPP_VERSION "2.3.8" #if LINUX_VERSION_CODE >= VERSION(2,1,4) diff --git a/modules/if_ppp.c b/modules/if_ppp.c index b33fc15..8573a1e 100644 --- a/modules/if_ppp.c +++ b/modules/if_ppp.c @@ -24,7 +24,7 @@ * OBLIGATION TO PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, * OR MODIFICATIONS. * - * $Id: if_ppp.c,v 1.13 1999/04/27 22:20:58 varadhan Exp $ + * $Id: if_ppp.c,v 1.14 1999/05/13 00:35:57 paulus Exp $ */ /* @@ -297,7 +297,7 @@ if_ppp_wput(q, mp) #endif /* __osf__ */ ifp->if_output = if_ppp_output; #ifdef __osf__ - ifp->if_version = "Point-to-Point Protocol, version 2.3.7"; + ifp->if_version = "Point-to-Point Protocol, version 2.3.8"; ifp->if_mediamtu = PPP_MTU; ifp->if_type = IFT_PPP; ifp->if_hdrlen = PPP_HDRLEN; -- 2.39.2