git: dc9094140c92 - stable/13 - Bump __FreeBSD_version to 1300517 for LinuxKPI changes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 13 Oct 2021 09:19:24 UTC
The branch stable/13 has been updated by wulf:
URL: https://cgit.FreeBSD.org/src/commit/?id=dc9094140c9263857911eb2610c69011abb1b970
commit dc9094140c9263857911eb2610c69011abb1b970
Author: Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2021-10-12 13:22:37 +0000
Commit: Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2021-10-13 09:08:17 +0000
Bump __FreeBSD_version to 1300517 for 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 67c663de8b76..799ba1a9af42 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -60,7 +60,7 @@
* in the range 5 to 9.
*/
#undef __FreeBSD_version
-#define __FreeBSD_version 1300516 /* Master, propagated to newvers */
+#define __FreeBSD_version 1300517 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,