1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-17 10:26:15 +00:00

Update version number to 1.02 so that I can tell what

people are running
This commit is contained in:
Brian Somers 1997-08-21 17:20:00 +00:00
parent c16615aa8b
commit e47c8739d5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=28540

View File

@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
* *
* $Id: vars.c,v 1.22 1997/08/20 23:47:52 brian Exp $ * $Id: vars.c,v 1.23 1997/08/21 16:21:38 brian Exp $
* *
*/ */
#include "fsm.h" #include "fsm.h"
@ -29,8 +29,8 @@
#include "auth.h" #include "auth.h"
#include "defs.h" #include "defs.h"
char VarVersion[] = "PPP Version 1.00"; char VarVersion[] = "PPP Version 1.02";
char VarLocalVersion[] = "$Date: 1997/08/20 23:47:52 $"; char VarLocalVersion[] = "$Date: 1997/08/21 16:21:38 $";
/* /*
* Order of conf option is important. See vars.h. * Order of conf option is important. See vars.h.