summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorPaul Mackerras <paulus@samba.org>1999-12-23 01:48:45 +0000
committerPaul Mackerras <paulus@samba.org>1999-12-23 01:48:45 +0000
commitfea937ca274527cce12ff493be219aa0c93f9d53 (patch)
treed2e92d5e71d855d66203a077f4f5417593033d76 /linux
parent7f4c660a1d3d3ff2177b5335f815ee18d03d49f5 (diff)
update for 2.3.11
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 4779be6..0fa98fd 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.32 1999/09/11 12:09:31 paulus Exp $ */
+/* $Id: ppp.c,v 1.33 1999/12/23 01:48:45 paulus Exp $ */
#include <linux/version.h>
#include <linux/config.h>
@@ -104,7 +104,7 @@
#endif
#undef PPP_VERSION
-#define PPP_VERSION "2.3.10"
+#define PPP_VERSION "2.3.11"
#if LINUX_VERSION_CODE >= VERSION(2,1,4)