summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormartin <martin@NetBSD.org>2022-08-04 15:30:36 +0000
committermartin <martin@NetBSD.org>2022-08-04 15:30:36 +0000
commit654dd71243cd7229d0174117e9a2ddf5fd5ca7a6 (patch)
treef1f336392990701c1fb469eab7b6c76f99eec708
parent43ac304d423636d57e0d86a78ce7ead8140a1fd3 (diff)
Welcome to 9.3!
-rw-r--r--doc/CHANGES-9.39
-rw-r--r--doc/LAST_MINUTE4
-rw-r--r--external/gpl2/groff/tmac/mdoc.local7
-rw-r--r--sys/sys/param.h4
4 files changed, 16 insertions, 8 deletions
diff --git a/doc/CHANGES-9.3 b/doc/CHANGES-9.3
index 7db7d9cede6..6a302e560a6 100644
--- a/doc/CHANGES-9.3
+++ b/doc/CHANGES-9.3
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-9.3,v 1.1.2.118 2022/08/03 16:02:25 martin Exp $
+# $NetBSD: CHANGES-9.3,v 1.1.2.119 2022/08/04 15:30:36 martin Exp $
A complete list of changes from the NetBSD 9.2 release to the NetBSD 9.3
release:
@@ -2057,3 +2057,10 @@ sys/dev/ic/tpmvar.h 1.8-1.10
tpm(4): HWRNG and fixed suspend/resume.
[riastradh, ticket #1495]
+doc/LAST_MINUTE (manually edited)
+external/gpl2/groff/tmac/mdoc.local (manually edited)
+sys/sys/param.h (manually edited)
+
+ Update version numbers - welcome to NetBSD 9.3!
+ [martin]
+
diff --git a/doc/LAST_MINUTE b/doc/LAST_MINUTE
index a3ba6079449..feda403841f 100644
--- a/doc/LAST_MINUTE
+++ b/doc/LAST_MINUTE
@@ -1,6 +1,6 @@
-# $NetBSD: LAST_MINUTE,v 1.2.66.2 2021/05/12 13:15:55 martin Exp $
+# $NetBSD: LAST_MINUTE,v 1.2.66.3 2022/08/04 15:30:36 martin Exp $
-This file contains important information on the NetBSD 9.2 release that
+This file contains important information on the NetBSD 9.3 release that
did not make it into the main documentation.
[all]
diff --git a/external/gpl2/groff/tmac/mdoc.local b/external/gpl2/groff/tmac/mdoc.local
index f60834e470a..e0100138dd9 100644
--- a/external/gpl2/groff/tmac/mdoc.local
+++ b/external/gpl2/groff/tmac/mdoc.local
@@ -1,4 +1,4 @@
-.\" $NetBSD: mdoc.local,v 1.5.6.9 2021/05/17 15:46:21 martin Exp $
+.\" $NetBSD: mdoc.local,v 1.5.6.10 2022/08/04 15:30:37 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.2_STABLE
+.ds doc-operating-system NetBSD\~9.3
.\" Default footer operating system value
-.ds doc-default-operating-system NetBSD\~9.2_STABLE
+.ds doc-default-operating-system NetBSD\~9.3
.\" 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
@@ -66,6 +66,7 @@
.ds doc-operating-system-NetBSD-9.0 9.0
.ds doc-operating-system-NetBSD-9.1 9.1
.ds doc-operating-system-NetBSD-9.2 9.2
+.ds doc-operating-system-NetBSD-9.3 9.3
.ds doc-operating-system-FreeBSD-4.11 4.11
.ds doc-operating-system-FreeBSD-5.4 5.4
.ds doc-operating-system-FreeBSD-5.5 5.5
diff --git a/sys/sys/param.h b/sys/sys/param.h
index bef9c4cdae7..7d58a2427d2 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.599.2.11 2021/05/17 15:46:21 martin Exp $ */
+/* $NetBSD: param.h,v 1.599.2.12 2022/08/04 15:30:36 martin Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 902000000 /* NetBSD 9.2_STABLE */
+#define __NetBSD_Version__ 903000000 /* NetBSD 9.3 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)