git: ba87e9bf7420 - main - Bump FreeBSD_version after linuxkpi update.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 17 Feb 2022 08:43:27 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=ba87e9bf74202b08b8e3b0a297b9b88f6869fbfb
commit ba87e9bf74202b08b8e3b0a297b9b88f6869fbfb
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-02-17 08:42:42 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-02-17 08:42:42 +0000
Bump FreeBSD_version after linuxkpi update.
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 6bf688105329..46dfc978ed0d 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 1400052
+#define __FreeBSD_version 1400053
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,