git: 17f5e2b904af - main - param.h: Bump __FreeBSD_version for commit 57ce37f9dcd0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 18 Oct 2023 20:15:17 UTC
The branch main has been updated by rmacklem:
URL: https://cgit.FreeBSD.org/src/commit/?id=17f5e2b904aff8e4863199a137ee21ef0939bcf4
commit 17f5e2b904aff8e4863199a137ee21ef0939bcf4
Author: Rick Macklem <rmacklem@FreeBSD.org>
AuthorDate: 2023-10-18 20:12:26 +0000
Commit: Rick Macklem <rmacklem@FreeBSD.org>
CommitDate: 2023-10-18 20:12:26 +0000
param.h: Bump __FreeBSD_version for commit 57ce37f9dcd0
Commit 57ce37f9dcc0 changed the internal KAPI between the
nfscommon and nfscl modules. Both must be rebuilt from sources.
---
sys/sys/param.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 2e4310dac111..929458626a85 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1500001
+#define __FreeBSD_version 1500002
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,