diff options
author | joshd <joshd@cvs.openbsd.org> | 1996-07-20 12:02:16 +0000 |
---|---|---|
committer | joshd <joshd@cvs.openbsd.org> | 1996-07-20 12:02:16 +0000 |
commit | d1ca06e9f2af777503835fcef79a3827eef02cd2 (patch) | |
tree | 0a8b89f672dd48513d85694a0f63e93191380c82 /usr.sbin/pppd/patchlevel.h | |
parent | b9db315696088975891987c416c6eafdbed087eb (diff) |
Update pppd to 2.3a4:
Add redo option error-reporting, add PAM, add microsoft compatibility
kludges, bzero stuff at important places, add one or two options
other generic enhancements. From: Paul.Mackerras@cs.anu.edu.au
Diffstat (limited to 'usr.sbin/pppd/patchlevel.h')
-rw-r--r-- | usr.sbin/pppd/patchlevel.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index 4855a1f2bd4..be9ce8cac2f 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,7 +1,7 @@ -/* $OpenBSD: patchlevel.h,v 1.2 1996/03/25 15:55:52 niklas Exp $ */ +/* $OpenBSD: patchlevel.h,v 1.3 1996/07/20 12:02:13 joshd Exp $ */ #define PATCHLEVEL 0 #define VERSION "2.3" -#define IMPLEMENTATION "alpha2" -#define DATE "6 March 96" +#define IMPLEMENTATION "beta1" +#define DATE "24 May 96" |