summaryrefslogtreecommitdiff
path: root/include
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 /include
parent768532f702f8af685d29ed278f352e1c79141112 (diff)
downloadppp-713f439d750c5774b1ae86b9b830a35819d00d2e.tar.gz
update version to 2.3.7
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_ppp.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h
index 95c552e..1d103bd 100644
--- a/include/linux/if_ppp.h
+++ b/include/linux/if_ppp.h
@@ -1,4 +1,4 @@
-/* $Id: if_ppp.h,v 1.18 1999/03/30 06:33:07 paulus Exp $ */
+/* $Id: if_ppp.h,v 1.19 1999/03/31 06:07:57 paulus Exp $ */
/*
* if_ppp.h - Point-to-Point Protocol definitions.
@@ -21,7 +21,7 @@
*/
/*
- * ==FILEVERSION 990325==
+ * ==FILEVERSION 990331==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, please set the above date.
@@ -41,7 +41,7 @@
#define PPP_MTU 1500 /* Default MTU (size of Info field) */
#define PPP_MAXMRU 65000 /* Largest MRU we allow */
-#define PPP_VERSION "2.3.6"
+#define PPP_VERSION "2.3.7"
#define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */
#define PROTO_IPX 0x002b /* protocol numbers */
#define PROTO_DNA_RT 0x0027 /* DNA Routing */