summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-03-31 06:07:59 +0000
committerPaul Mackerras <paulus@samba.org>1999-03-31 06:07:59 +0000
commit713f439d750c5774b1ae86b9b830a35819d00d2e (patch)
tree03d27df9de8eb7479c769efd8d506d165490e976 /linux
parent768532f702f8af685d29ed278f352e1c79141112 (diff)
update version to 2.3.7
Diffstat (limited to 'linux')
-rw-r--r--linux/ppp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/ppp.c b/linux/ppp.c
index 45a1c60..aa0ebc5 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.23 1999/03/31 05:29:08 paulus Exp $ */
+/* $Id: ppp.c,v 1.24 1999/03/31 06:07:57 paulus Exp $ */
#include <linux/version.h>
#include <linux/config.h>
@@ -104,7 +104,7 @@
#endif
#undef PPP_VERSION
-#define PPP_VERSION "2.3.6"
+#define PPP_VERSION "2.3.7"
#if LINUX_VERSION_CODE >= VERSION(2,1,4)