update for 2.3.2

This commit is contained in:
Paul Mackerras 1997-11-27 06:09:44 +00:00
parent 06892fa1cd
commit 09032f7c09
3 changed files with 7 additions and 7 deletions

View 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;

View 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*),)

View 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"