diff --git a/doc/CHANGES-8.0 b/doc/CHANGES-8.0 index a41cb63b283b..b09711301e9b 100644 --- a/doc/CHANGES-8.0 +++ b/doc/CHANGES-8.0 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-8.0,v 1.1.2.217 2018/06/24 09:36:12 martin Exp $ +# $NetBSD: CHANGES-8.0,v 1.1.2.218 2018/06/24 09:51:46 martin Exp $ A complete list of changes from the initial NetBSD 8.0 branch on 2017-06-04 until the 8.0 release: @@ -14102,3 +14102,7 @@ lib/libutil/passwd.c 1.53 when passing a white space only string. [kamil, ticket #899] +sys/sys/param.h changed manually + + Welcome to 8.0 RC2 + diff --git a/sys/sys/param.h b/sys/sys/param.h index 6d416e7ae395..156fe26180f3 100644 --- a/sys/sys/param.h +++ b/sys/sys/param.h @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.542.2.2 2018/04/19 15:55:21 martin Exp $ */ +/* $NetBSD: param.h,v 1.542.2.3 2018/06/24 09:51:46 martin Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 800000000 /* NetBSD 8.0_RC1 */ +#define __NetBSD_Version__ 800000000 /* NetBSD 8.0_RC2 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)