Welcome to 7.0_RC3!

This commit is contained in:
snj 2015-08-11 05:37:41 +00:00
parent 64e72296b0
commit 810f58a3ee
3 changed files with 11 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: main,v 1.510.4.5 2015/07/23 18:45:15 snj Exp $
.\" $NetBSD: main,v 1.510.4.6 2015/08/11 05:37:41 snj Exp $
.\"
.\" Copyright (c) 1999-2012 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -50,7 +50,7 @@
.as MACHINE_LIST " sgimips shark sparc sparc64 sun2 sun3 vax x68k xen zaurus .
.so \*[.CURDIR]/../common/macros
.
.Dd July 23, 2015
.Dd August 11, 2015
.Dt INSTALL 8
.Os NetBSD
.Sh NAME

View File

@ -1,4 +1,4 @@
# $NetBSD: CHANGES-7.0,v 1.1.2.364 2015/08/11 05:18:15 snj Exp $
# $NetBSD: CHANGES-7.0,v 1.1.2.365 2015/08/11 05:37:41 snj Exp $
A complete list of changes from the initial NetBSD 7.0 branch on 11 Aug 2014
until the 7.0 release:
@ -33907,3 +33907,9 @@ sys/arch/x86/x86/mpacpi.c 1.98
Assign vaues before printing them.
[msaitoh, ticket #947]
distrib/notes/common/main patched by hand
sys/sys/param.h patched by hand
Welcome to 7.0_RC3!
[snj]

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.459.2.4 2015/07/23 18:45:16 snj Exp $ */
/* $NetBSD: param.h,v 1.459.2.5 2015/08/11 05:37:41 snj Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -63,7 +63,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_RC2 */
#define __NetBSD_Version__ 700000001 /* NetBSD 7.0_RC3 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)