Bump the version for inpcb changes

Welcome to 9.99.104
This commit is contained in:
ozaki-r 2022-10-28 08:16:57 +00:00
parent 8d974145b5
commit 8d32d3a8db
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: param.h,v 1.716 2022/10/27 00:26:20 msaitoh Exp $ */
/* $NetBSD: param.h,v 1.717 2022/10/28 08:16:57 ozaki-r Exp $ */
/*-
* Copyright (c) 1982, 1986, 1989, 1993
@ -67,7 +67,7 @@
* 2.99.9 (299000900)
*/
#define __NetBSD_Version__ 999010300 /* NetBSD 9.99.103 */
#define __NetBSD_Version__ 999010400 /* NetBSD 9.99.104 */
#define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \
(m) * 1000000) + (p) * 100) <= __NetBSD_Version__)