diff options
Diffstat (limited to 'usr.sbin/ppp/vars.c')
| -rw-r--r-- | usr.sbin/ppp/vars.c | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c index 69e91aabf30f..0445b902e378 100644 --- a/usr.sbin/ppp/vars.c +++ b/usr.sbin/ppp/vars.c @@ -17,7 +17,7 @@   * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED   * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.   * - * $Id: vars.c,v 1.5 1995/09/02 17:20:54 amurai Exp $ + * $Id: vars.c,v 1.3.4.2 1995/10/06 11:24:47 davidg Exp $   *   */  #include "fsm.h" @@ -29,7 +29,7 @@  #include "defs.h"  char VarVersion[] = "Version 0.94"; -char VarLocalVersion[] = "$Date: 1995/09/02 17:20:54 $"; +char VarLocalVersion[] = "$Date: 1995/10/06 11:24:47 $";  /*   * Order of conf option is important. See vars.h. | 
