mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Update version number to 1.02 so that I can tell what
people are running
This commit is contained in:
parent
c16615aa8b
commit
e47c8739d5
1 changed files with 3 additions and 3 deletions
|
|
@ -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.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"
|
||||
|
|
@ -29,8 +29,8 @@
|
|||
#include "auth.h"
|
||||
#include "defs.h"
|
||||
|
||||
char VarVersion[] = "PPP Version 1.00";
|
||||
char VarLocalVersion[] = "$Date: 1997/08/20 23:47:52 $";
|
||||
char VarVersion[] = "PPP Version 1.02";
|
||||
char VarLocalVersion[] = "$Date: 1997/08/21 16:21:38 $";
|
||||
|
||||
/*
|
||||
* Order of conf option is important. See vars.h.
|
||||
|
|
|
|||
Loading…
Reference in a new issue