diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 21:21:25 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-06-26 21:21:25 +0000 |
commit | e02f77d2a6a52f96b8f35599d9c13a1e62817b9b (patch) | |
tree | cdffbc6d417f3f0b0f89db1bc35dd35d4d63b96c /usr.bin/rdist/version.h | |
parent | f82caec240a71362a5d0f2305c7f074be119948b (diff) |
rdist 6.1.4 + OpenBSD patches + some -Wall
Diffstat (limited to 'usr.bin/rdist/version.h')
-rw-r--r-- | usr.bin/rdist/version.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/usr.bin/rdist/version.h b/usr.bin/rdist/version.h index 4793409ef57..f0e0c1206a9 100644 --- a/usr.bin/rdist/version.h +++ b/usr.bin/rdist/version.h @@ -1,4 +1,5 @@ -/* * $OpenBSD: version.h,v 1.4 1996/07/25 05:31:02 millert Exp $*/ +/* $OpenBSD: version.h,v 1.5 1998/06/26 21:21:24 millert Exp $ */ + /* * Copyright (c) 1983 Regents of the University of California. * All rights reserved. @@ -33,6 +34,7 @@ */ /* + * $From: version.h,v 6.31 1998/03/15 22:25:55 mcooper Exp $ */ /* @@ -50,7 +52,7 @@ /* * Patch level */ -#define PATCHLEVEL 3 +#define PATCHLEVEL 4 /* * Distribution status |