From: Paul Mackerras Date: Wed, 28 Aug 1996 06:34:34 +0000 (+0000) Subject: updated PPP_VERSION X-Git-Tag: RELEASE_2_3_6~374 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=8d8d32fa0013c5efd459158f379b5baae6504064 updated PPP_VERSION --- diff --git a/include/linux/if_ppp.h b/include/linux/if_ppp.h index 5926ee9..ed5d88b 100644 --- a/include/linux/if_ppp.h +++ b/include/linux/if_ppp.h @@ -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.2.0" +#define PPP_VERSION "2.3.0" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */ diff --git a/linux/if_ppp.h b/linux/if_ppp.h index 5926ee9..ed5d88b 100644 --- a/linux/if_ppp.h +++ b/linux/if_ppp.h @@ -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.2.0" +#define PPP_VERSION "2.3.0" #define PPP_MAGIC 0x5002 /* Magic value for the ppp structure */ #define PROTO_IPX 0x002b /* protocol numbers */ #define PROTO_DNA_RT 0x0027 /* DNA Routing */