Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/sys Bump the version for function renames of inpcb
details: https://anonhg.NetBSD.org/src/rev/d921c386f071
branches: trunk
changeset: 372259:d921c386f071
user: ozaki-r <ozaki-r%NetBSD.org@localhost>
date: Fri Nov 04 09:06:25 2022 +0000
description:
Bump the version for function renames of inpcb
Welcome to 9.99.105
diffstat:
sys/sys/param.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 72e7a08ab1f6 -r d921c386f071 sys/sys/param.h
--- a/sys/sys/param.h Fri Nov 04 09:05:41 2022 +0000
+++ b/sys/sys/param.h Fri Nov 04 09:06:25 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.717 2022/10/28 08:16:57 ozaki-r Exp $ */
+/* $NetBSD: param.h,v 1.718 2022/11/04 09:06:25 ozaki-r Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 999010400 /* NetBSD 9.99.104 */
+#define __NetBSD_Version__ 999010500 /* NetBSD 9.99.105 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)
Home |
Main Index |
Thread Index |
Old Index