git: 2278cf4e48e7 - stable/13 - Bump __FreeBSD_version after linuxkpi mfc
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 27 Apr 2022 15:16:26 UTC
The branch stable/13 has been updated by manu:
URL: https://cgit.FreeBSD.org/src/commit/?id=2278cf4e48e7679b0a60008a83c764fe852174b2
commit 2278cf4e48e7679b0a60008a83c764fe852174b2
Author: Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2022-04-27 17:15:15 +0000
Commit: Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2022-04-27 17:15:15 +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 4319df572647..a963a8486171 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 1301501 /* Master, propagated to newvers */
+#define __FreeBSD_version 1301502 /* Master, propagated to newvers */
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,