Module Name: src Committed By: pgoyette Date: Wed Dec 21 18:03:48 UTC 2022
Modified Files: src/sys/sys: param.h Log Message: Bump version to keep modules and kernelin sync following the creation of compat_100 stuff. Welcome to 10.99.2 To generate a diff of this commit: cvs rdiff -u -r1.723 -r1.724 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/param.h diff -u src/sys/sys/param.h:1.723 src/sys/sys/param.h:1.724 --- src/sys/sys/param.h:1.723 Fri Dec 16 17:35:44 2022 +++ src/sys/sys/param.h Wed Dec 21 18:03:48 2022 @@ -1,4 +1,4 @@ -/* $NetBSD: param.h,v 1.723 2022/12/16 17:35:44 martin Exp $ */ +/* $NetBSD: param.h,v 1.724 2022/12/21 18:03:48 pgoyette Exp $ */ /*- * Copyright (c) 1982, 1986, 1989, 1993 @@ -67,7 +67,7 @@ * 2.99.9 (299000900) */ -#define __NetBSD_Version__ 1099000100 /* NetBSD 10.99.1 */ +#define __NetBSD_Version__ 1099000200 /* NetBSD 10.99.2 */ #define __NetBSD_Prereq__(M,m,p) (((((M) * 100000000) + \ (m) * 1000000) + (p) * 100) <= __NetBSD_Version__)