git: 545c5c40767c - main - Bump __FreeBSD_version after linuxkpi changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 17 Feb 2023 13:57:59 UTC
The branch main has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=545c5c40767c84d73fe732fe7fe75f6471f30c00
commit 545c5c40767c84d73fe732fe7fe75f6471f30c00
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2023-02-17 13:57:24 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2023-02-17 13:57:24 +0000
Bump __FreeBSD_version after linuxkpi changes
Needed to add a graphics/drm-515-kmod port.
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 e0808609447d..bdc73475b8e9 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 1400080
+#define __FreeBSD_version 1400081
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,