git: 9cbba5950123 - stable/13 - Bump __FreeBSD_version after linuxkpi mfc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Sep 2022 15:10:45 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=9cbba5950123f3afedcc5f24c43956e7a26f22f4
commit 9cbba5950123f3afedcc5f24c43956e7a26f22f4
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-09-07 14:31:08 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-09-07 15:09:06 +0000
Bump __FreeBSD_version after linuxkpi mfc
---
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 a46eddaa30fd..3a90c9cb099b 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 1301506 /* Master, propagated to newvers */
+#define __FreeBSD_version 1301507 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,