summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1998-02-04 01:41:09 +0000
committerPaul Mackerras <paulus@samba.org>1998-02-04 01:41:09 +0000
commit6d6a66f71e2caab3cb256b537506921cefb5eba3 (patch)
treec6aa81ad00ea3352947af9b089d91e767f06daad /include
parented6e1e3e4ae7be0552a49321eebef7647349bb78 (diff)
downloadppp-6d6a66f71e2caab3cb256b537506921cefb5eba3.tar.gz
update for 2.3.3
Diffstat (limited to 'include')
-rw-r--r--include/linux/if_ppp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h
index 22aa277..1f59f7d 100644
--- a/include/linux/if_ppp.h
+++ b/include/linux/if_ppp.h
@@ -21,7 +21,7 @@
*/
/*
- * ==FILEVERSION 971001==
+ * ==FILEVERSION 971223==
*
* NOTE TO MAINTAINERS:
* If you modify this file at all, please set the above date.
@@ -47,7 +47,7 @@
#define PPP_MTU 1500 /* Default MTU (size of Info field) */
#define PPP_MAXMRU 65000 /* Largest MRU we allow */
-#define PPP_VERSION "2.3.2"
+#define PPP_VERSION "2.3.3"
#define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */
#define PROTO_IPX 0x002b /* protocol numbers */
#define PROTO_DNA_RT 0x0027 /* DNA Routing */