diff options
| author | 1996-03-25 15:54:43 +0000 | |
|---|---|---|
| committer | 1996-03-25 15:54:43 +0000 | |
| commit | 608f9123c07c9d36cb7dc72475917fe9c0211e1c (patch) | |
| tree | 657129c9341e229037351e728f032c066edba94e /usr.sbin/pppd/patchlevel.h | |
| parent | Somewhat better support for building lint library (diff) | |
| download | wireguard-openbsd-608f9123c07c9d36cb7dc72475917fe9c0211e1c.tar.xz wireguard-openbsd-608f9123c07c9d36cb7dc72475917fe9c0211e1c.zip | |
From NetBSD: merge of 960317
Diffstat (limited to 'usr.sbin/pppd/patchlevel.h')
| -rw-r--r-- | usr.sbin/pppd/patchlevel.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/pppd/patchlevel.h b/usr.sbin/pppd/patchlevel.h index 8c33cd91a78..4855a1f2bd4 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,6 +1,7 @@ -/* $Id: patchlevel.h,v 1.1.1.1 1995/10/18 08:47:59 deraadt Exp $ */ +/* $OpenBSD: patchlevel.h,v 1.2 1996/03/25 15:55:52 niklas Exp $ */ + #define PATCHLEVEL 0 -#define VERSION "2.2" -#define IMPLEMENTATION "" -#define DATE "17 August 95" +#define VERSION "2.3" +#define IMPLEMENTATION "alpha2" +#define DATE "6 March 96" |
