]> git.ozlabs.org Git - ppp.git/blobdiff - linux/ppp.c
update version number to 2.3.8
[ppp.git] / linux / ppp.c
index d30bd494db3bd988eb2a984afd5aeb1c3ab3e937..3a2b377f0b833d23612d082dcfd08a85238b1415 100644 (file)
@@ -45,7 +45,7 @@
 
 #define PPP_MAX_RCV_QLEN       32      /* max # frames we queue up for pppd */
 
-/* $Id: ppp.c,v 1.26 1999/05/12 06:12:59 paulus Exp $ */
+/* $Id: ppp.c,v 1.27 1999/05/13 00:35:57 paulus Exp $ */
 
 #include <linux/version.h>
 #include <linux/config.h>
 #endif
 
 #undef PPP_VERSION
-#define PPP_VERSION    "2.3.7"
+#define PPP_VERSION    "2.3.8"
 
 #if LINUX_VERSION_CODE >= VERSION(2,1,4)