Module Name:    src
Committed By:   martin
Date:           Sun Nov  5 18:30:08 UTC 2023

Modified Files:
        src/doc [netbsd-10]: CHANGES-10.0
        src/external/gpl2/groff/tmac [netbsd-10]: mdoc.local
        src/sys/sys [netbsd-10]: param.h

Log Message:
Welcome to 10.0_RC1!


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.157 -r1.1.2.158 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.1 -r1.7.6.2 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.1 -r1.722.2.2 src/sys/sys/param.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/CHANGES-10.0
diff -u src/doc/CHANGES-10.0:1.1.2.157 src/doc/CHANGES-10.0:1.1.2.158
--- src/doc/CHANGES-10.0:1.1.2.157	Sun Nov  5 17:45:25 2023
+++ src/doc/CHANGES-10.0	Sun Nov  5 18:30:08 2023
@@ -1,5 +1,5 @@
 
-# $NetBSD: CHANGES-10.0,v 1.1.2.157 2023/11/05 17:45:25 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.158 2023/11/05 18:30:08 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -14077,3 +14077,8 @@ sys/arch/newsmips/dev/fb.c			1.30-1.34
 	newsmips: add NWS-3260 LCD-MONO support.
 	[tsutsui, ticket #459]
 
+distrib/notes/common/main			(manually edited)
+external/gpl2/groff/tmac/mdoc.local		(manually edited)
+sys/sys/param.h					(manually edited)
+
+	Welcome to 10.0_RC1

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.1 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.2
--- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.1	Fri Dec 16 19:12:49 2022
+++ src/external/gpl2/groff/tmac/mdoc.local	Sun Nov  5 18:30:08 2023
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.7.6.1 2022/12/16 19:12:49 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7.6.2 2023/11/05 18:30:08 martin Exp $
 .\"
 .\" Copyright (c) 2003, 2004 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -46,7 +46,7 @@
 .\" Default .Os value
 .ds doc-operating-system NetBSD\~10.0_BETA
 .\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~10.0_BETA
+.ds doc-default-operating-system NetBSD\~10.0_RC1
 .\" 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

Index: src/sys/sys/param.h
diff -u src/sys/sys/param.h:1.722.2.1 src/sys/sys/param.h:1.722.2.2
--- src/sys/sys/param.h:1.722.2.1	Fri Dec 16 19:12:49 2022
+++ src/sys/sys/param.h	Sun Nov  5 18:30:08 2023
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.722.2.1 2022/12/16 19:12:49 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.722.2.2 2023/11/05 18:30:08 martin Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	1000000000	/* NetBSD 10.0_BETA */
+#define	__NetBSD_Version__	1000000000	/* NetBSD 10.0_RC1 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to