summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-08-21 17:20:00 +0000
committerbrian <brian@FreeBSD.org>1997-08-21 17:20:00 +0000
commitc894cfa7361f5167749ddd9c344ed33f3ddb122d (patch)
tree6bc64d238de59eca3d1518a39deb4122b6269215 /usr.sbin/ppp
parent36450670380ed6dcd914f233d1edaf377b9dbedf (diff)
downloadFreeBSD-src-c894cfa7361f5167749ddd9c344ed33f3ddb122d.zip
FreeBSD-src-c894cfa7361f5167749ddd9c344ed33f3ddb122d.tar.gz
Update version number to 1.02 so that I can tell what
people are running
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/vars.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/vars.c b/usr.sbin/ppp/vars.c
index 95434fd..42b4ca6 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.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.
OpenPOWER on IntegriCloud