diff options
author | Paul Mackerras <paulus@samba.org> | 1999-03-31 06:07:59 +0000 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 1999-03-31 06:07:59 +0000 |
commit | 713f439d750c5774b1ae86b9b830a35819d00d2e (patch) | |
tree | 03d27df9de8eb7479c769efd8d506d165490e976 /linux/ppp.c | |
parent | 768532f702f8af685d29ed278f352e1c79141112 (diff) | |
download | ppp-713f439d750c5774b1ae86b9b830a35819d00d2e.tar.gz |
update version to 2.3.7
Diffstat (limited to 'linux/ppp.c')
-rw-r--r-- | linux/ppp.c | 4 |
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) |