X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=NeXT%2Fif_ppp.c;h=0e9b3e6a499a9252b7dd4b191d62c8fd4eb26d79;hp=3f3e2c94de26c4d042e31f0027dd06fc589681b9;hb=5ad49953840661b898e8dfbb72ff7976c0bbe637;hpb=ffed4c0be3569ea9c8901f66e67e289c11922692 diff --git a/NeXT/if_ppp.c b/NeXT/if_ppp.c index 3f3e2c9..0e9b3e6 100644 --- a/NeXT/if_ppp.c +++ b/NeXT/if_ppp.c @@ -81,7 +81,7 @@ /* from if_sl.c,v 1.11 84/10/04 12:54:47 rick Exp */ #if !defined(lint) -static char sccsid[] = "$Revision: 1.2 $ ($Date: 1997/04/30 05:39:30 $)"; +static char sccsid[] = "$Revision: 1.4 $ ($Date: 1997/11/27 05:59:11 $)"; #endif /* not lint*/ #define KERNEL 1 @@ -282,7 +282,7 @@ pppattach() register struct ppp_softc *sc; register int i = 0; - IOLog("\nPPP version 2.3b3 for NS 3.2 and 3.3\n"); + IOLog("\nPPP version 2.3.0 for NS 3.2 and 3.3\n"); IOLog("LKS: %s\n", sccsid); IOLog("by Stephen Perkins, Philip Prindeville, and Pete French\n");