git: 78c30a6ad477 - main - Bump __FreeBSD_version after linuxkpi changes.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 09 Sep 2022 15:09:07 UTC
The branch main has been updated by zirias (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=78c30a6ad4776a2b96227fe43c9f1980ea269bf2
commit 78c30a6ad4776a2b96227fe43c9f1980ea269bf2
Author: Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2022-09-09 15:07:40 +0000
Commit: Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2022-09-09 15:07:40 +0000
Bump __FreeBSD_version after linuxkpi changes.
Approved by: tcberner (mentor)
---
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 6254b73f76a6..2d22202b5fbd 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 1400066
+#define __FreeBSD_version 1400067
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,