git: 59d465e200bb - main - Bump __FreeBSD_version for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Jan 2022 15:16:31 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=59d465e200bb7058dfdb183c061730c10dd5bc03
commit 59d465e200bb7058dfdb183c061730c10dd5bc03
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-01-25 15:13:38 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-01-25 15:15:46 +0000
Bump __FreeBSD_version for LinuxKPI changes
Sponsored by: Beckhoff Automation GmbH & Co. KG
---
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 864007a98791..948a34da94ec 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -76,7 +76,7 @@
* cannot include sys/param.h and should only be updated here.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1400050
+#define __FreeBSD_version 1400051
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,