git: 2d120981e26d - stable/14 - Bump __FreeBSD_version after linuxkpi changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 17 Feb 2024 21:33:22 UTC
The branch stable/14 has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=2d120981e26dfef5c9cb9eb9936bb46cb6918136
commit 2d120981e26dfef5c9cb9eb9936bb46cb6918136
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2024-02-17 21:01:03 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2024-02-17 21:01:03 +0000
Bump __FreeBSD_version after linuxkpi changes
---
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 0cfd3517c0e8..771fd1b256c2 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 1400507
+#define __FreeBSD_version 1400508
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,