]> git.ozlabs.org Git - ppp.git/blobdiff - solaris/ppp_mod.c
Update README and patchlevel for 2.4.7 release
[ppp.git] / solaris / ppp_mod.c
index 4f4fd44668b0801440d6617b6e8f574ddd14cdc7..80ca20345644fb583a488bc1f68475eec1f3bd38 100644 (file)
@@ -91,7 +91,7 @@ static struct dev_ops ppp_ops = {
 
 static struct modldrv modldrv = {
     &mod_driverops,                    /* says this is a pseudo driver */
-    "PPP-2.4.6 multiplexing driver",
+    "PPP-2.4.7 multiplexing driver",
     &ppp_ops                           /* driver ops */
 };