Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src Welcome to 9.0_STABLE



details:   https://anonhg.NetBSD.org/src/rev/e1b41def8258
branches:  netbsd-9
changeset: 744899:e1b41def8258
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 16 12:16:28 2020 +0000

description:
Welcome to 9.0_STABLE

diffstat:

 external/gpl2/groff/tmac/mdoc.local |  6 +++---
 sys/sys/param.h                     |  4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (39 lines):

diff -r d0ff0b051db6 -r e1b41def8258 external/gpl2/groff/tmac/mdoc.local
--- a/external/gpl2/groff/tmac/mdoc.local       Fri Feb 14 00:06:28 2020 +0000
+++ b/external/gpl2/groff/tmac/mdoc.local       Sun Feb 16 12:16:28 2020 +0000
@@ -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
diff -r d0ff0b051db6 -r e1b41def8258 sys/sys/param.h
--- a/sys/sys/param.h   Fri Feb 14 00:06:28 2020 +0000
+++ b/sys/sys/param.h   Sun Feb 16 12:16:28 2020 +0000
@@ -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__)



Home | Main Index | Thread Index | Old Index