Module Name:    src
Committed By:   martin
Date:           Thu Mar 28 08:33:33 UTC 2024

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


To generate a diff of this commit:
cvs rdiff -u -r1.1.2.215 -r1.1.2.216 src/doc/CHANGES-10.0
cvs rdiff -u -r1.7.6.7 -r1.7.6.8 src/external/gpl2/groff/tmac/mdoc.local
cvs rdiff -u -r1.722.2.7 -r1.722.2.8 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.215 src/doc/CHANGES-10.0:1.1.2.216
--- src/doc/CHANGES-10.0:1.1.2.215	Tue Mar 26 18:10:21 2024
+++ src/doc/CHANGES-10.0	Thu Mar 28 08:33:32 2024
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-10.0,v 1.1.2.215 2024/03/26 18:10:21 martin Exp $
+# $NetBSD: CHANGES-10.0,v 1.1.2.216 2024/03/28 08:33:32 martin Exp $
 
 A complete list of changes from the initial NetBSD 10.0 branch on 2022-12-16
 until the 10.0 release:
@@ -21575,3 +21575,8 @@ sys/dev/audio/audio.c				1.137
 	audio(4): fix byte swapped samples on big-endian machines.
 	[mlelstv, ticket #650]
 
+external/gpl2/groff/tmac/mdoc.local		(manually edited)
+sys/sys/param.h 				(manually edited)
+
+	Welcome to 10.0
+

Index: src/external/gpl2/groff/tmac/mdoc.local
diff -u src/external/gpl2/groff/tmac/mdoc.local:1.7.6.7 src/external/gpl2/groff/tmac/mdoc.local:1.7.6.8
--- src/external/gpl2/groff/tmac/mdoc.local:1.7.6.7	Tue Mar 12 10:19:02 2024
+++ src/external/gpl2/groff/tmac/mdoc.local	Thu Mar 28 08:33:33 2024
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.7.6.7 2024/03/12 10:19:02 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.7.6.8 2024/03/28 08:33:33 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_RC6
+.ds doc-default-operating-system NetBSD\~10.0
 .\" 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.7 src/sys/sys/param.h:1.722.2.8
--- src/sys/sys/param.h:1.722.2.7	Tue Mar 12 10:19:01 2024
+++ src/sys/sys/param.h	Thu Mar 28 08:33:32 2024
@@ -1,4 +1,4 @@
-/*	$NetBSD: param.h,v 1.722.2.7 2024/03/12 10:19:01 martin Exp $	*/
+/*	$NetBSD: param.h,v 1.722.2.8 2024/03/28 08:33:32 martin Exp $	*/
 
 /*-
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
  *	2.99.9		(299000900)
  */
 
-#define	__NetBSD_Version__	1000000000	/* NetBSD 10.0_RC6 */
+#define	__NetBSD_Version__	1000000000	/* NetBSD 10.0 */
 
 #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
     (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)

Reply via email to