git: c17eb99a66e7 - main - Bump __FreeBSD_version to 1400086 for vn_lock_pair arg change
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 08 Apr 2023 17:31:29 UTC
The branch main has been updated by mjg:
URL: https://cgit.FreeBSD.org/src/commit/?id=c17eb99a66e7d1e8a64458a969eeb7649f827493
commit c17eb99a66e7d1e8a64458a969eeb7649f827493
Author: Mateusz Guzik <mjg@FreeBSD.org>
AuthorDate: 2023-04-08 17:31:01 +0000
Commit: Mateusz Guzik <mjg@FreeBSD.org>
CommitDate: 2023-04-08 17:31:01 +0000
Bump __FreeBSD_version to 1400086 for vn_lock_pair arg change
Sponsored by: Rubicon Communications, LLC ("Netgate")
---
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 a40003c1d688..f7190fa8b85e 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 1400085
+#define __FreeBSD_version 1400086
/*
* __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,