sys/param.h: Welcome to 10.99.5, courtesy of heartbeat(9).

This commit is contained in:
riastradh 2023-07-07 14:05:37 +00:00
parent 10acd8549e
commit 6e4d02a8ee
1 changed files with 2 additions and 2 deletions

View File

@ -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__)