Welcome to 9.0_STABLE

This commit is contained in:
martin 2020-02-16 12:16:28 +00:00
parent fae36d5180
commit 900d41eda3
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: mdoc.local,v 1.5.6.4 2020/02/14 00:06:28 martin Exp $
.\" $NetBSD: mdoc.local,v 1.5.6.5 2020/02/16 12:16:28 martin Exp $
.\"
.\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
.\" All rights reserved.
@ -44,9 +44,9 @@
.as doc-str-St--ieee1275-94 " (\*[Lq]\*[doc-Tn-font-size]Open Firmware\*[doc-str-St]\*[Rq])
.
.\" Default .Os value
.ds doc-operating-system NetBSD\~9.0
.ds doc-operating-system NetBSD\~9.0_STABLE
.\" Default footer operating system value
.ds doc-default-operating-system NetBSD\~9.0
.ds doc-default-operating-system NetBSD\~9.0_STABLE
.\" Other known versions, not yet in groff distribution
.ds doc-operating-system-NetBSD-1.3.3 1.3.3
.ds doc-operating-system-NetBSD-1.6.3 1.6.3

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.599.2.5 2020/02/14 00:06:28 martin Exp $ */
/* $NetBSD: param.h,v 1.599.2.6 2020/02/16 12:16:28 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 900000000 /* NetBSD 9.0 */
#define __NetBSD_Version__ 900000000 /* NetBSD 9.0_STABLE */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)