summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/command.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1999-01-28 09:40:15 +0000
committerbrian <brian@FreeBSD.org>1999-01-28 09:40:15 +0000
commit9a87a586f724199e9fc3528e95dcb13646b6797e (patch)
tree0efc3acd326daff30a54ff6df3962010ccf67268 /usr.sbin/ppp/command.c
parent394d053b74eabaad81b512625e368acce28639ee (diff)
downloadFreeBSD-src-9a87a586f724199e9fc3528e95dcb13646b6797e.zip
FreeBSD-src-9a87a586f724199e9fc3528e95dcb13646b6797e.tar.gz
Version 2.0 > 2.1 to reflection RADIUS additions.
Diffstat (limited to 'usr.sbin/ppp/command.c')
-rw-r--r--usr.sbin/ppp/command.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/ppp/command.c b/usr.sbin/ppp/command.c
index c0ab10b..9245deb 100644
--- a/usr.sbin/ppp/command.c
+++ b/usr.sbin/ppp/command.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: command.c,v 1.177 1998/12/14 01:15:34 brian Exp $
+ * $Id: command.c,v 1.178 1999/01/28 01:56:31 brian Exp $
*
*/
#include <sys/param.h>
@@ -137,8 +137,8 @@
#define NEG_VJCOMP 49
#define NEG_DNS 50
-const char Version[] = "2.0";
-const char VersionDate[] = "$Date: 1998/12/14 01:15:34 $";
+const char Version[] = "2.1";
+const char VersionDate[] = "$Date: 1999/01/28 01:56:31 $";
static int ShowCommand(struct cmdargs const *);
static int TerminalCommand(struct cmdargs const *);
OpenPOWER on IntegriCloud