summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/if_ppp.c4
-rw-r--r--pppd/Makefile.linux4
-rw-r--r--pppd/patchlevel.h6
3 files changed, 7 insertions, 7 deletions
diff --git a/modules/if_ppp.c b/modules/if_ppp.c
index a190269..52bfa7d 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.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;
diff --git a/pppd/Makefile.linux b/pppd/Makefile.linux
index 1d5e75e..36249a8 100644
--- a/pppd/Makefile.linux
+++ b/pppd/Makefile.linux
@@ -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*),)
diff --git a/pppd/patchlevel.h b/pppd/patchlevel.h
index f109b9f..3b2aaf3 100644
--- a/pppd/patchlevel.h
+++ b/pppd/patchlevel.h
@@ -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"