diff options
| author | 1998-05-08 04:52:18 +0000 | |
|---|---|---|
| committer | 1998-05-08 04:52:18 +0000 | |
| commit | a3adf44fdb029a7fe3f036b566307bbd833a5ccc (patch) | |
| tree | dd4f4a4fa4b4e546c8b767ab2446c920678bea48 /usr.sbin/pppd/patchlevel.h | |
| parent | fix err() use (diff) | |
| download | wireguard-openbsd-a3adf44fdb029a7fe3f036b566307bbd833a5ccc.tar.xz wireguard-openbsd-a3adf44fdb029a7fe3f036b566307bbd833a5ccc.zip | |
pppd 2.3.5
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 d32fb0adb33..fea1b84f638 100644 --- a/usr.sbin/pppd/patchlevel.h +++ b/usr.sbin/pppd/patchlevel.h @@ -1,8 +1,8 @@ -/* $OpenBSD: patchlevel.h,v 1.6 1998/01/17 20:30:26 millert Exp $ */ +/* $OpenBSD: patchlevel.h,v 1.7 1998/05/08 04:52:30 millert Exp $ */ /* Id: patchlevel.h,v 1.30 1997/11/27 06:09:44 paulus Exp $ */ -#define PATCHLEVEL 3 +#define PATCHLEVEL 5 #define VERSION "2.3" #define IMPLEMENTATION "" -#define DATE "11 December 1997" +#define DATE "4 May 1998" |
