summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorriastradh <riastradh@NetBSD.org>2023-07-07 14:05:37 +0000
committerriastradh <riastradh@NetBSD.org>2023-07-07 14:05:37 +0000
commit88b01cb4e58810347a8cd0b5edf74bd546f8e4c0 (patch)
treee51244efea81e62f2fd365817d6393e0f5197aa2
parentf1356aafe5a7dcd6c4611c38bae76cfc09267d1b (diff)
sys/param.h: Welcome to 10.99.5, courtesy of heartbeat(9).
-rw-r--r--sys/sys/param.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 9121f4a9318..3dcb7620be2 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -1,4 +1,4 @@
-/* $NetBSD: param.h,v 1.727 2023/05/28 06:21:00 dholland Exp $ */
+/* $NetBSD: param.h,v 1.728 2023/07/07 14:05:37 riastradh Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
-#define __NetBSD_Version__ 1099000400 /* NetBSD 10.99.4 */
+#define __NetBSD_Version__ 1099000500 /* NetBSD 10.99.5 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)