git: b566e44b2b88 - stable/14 - stable/14: bump __FreeBSD_version for kcmp(2) and kern_openatfp(9)

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Wed, 31 Jan 2024 00:49:05 UTC
The branch stable/14 has been updated by kib:

URL: https://cgit.FreeBSD.org/src/commit/?id=b566e44b2b88eb9f1b3b658998c7418cccab9e2f

commit b566e44b2b88eb9f1b3b658998c7418cccab9e2f
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-01-31 00:47:49 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-01-31 00:48:31 +0000

    stable/14: bump __FreeBSD_version for kcmp(2) and kern_openatfp(9)
    
    Sponsored by:   The FreeBSD Foundation
---
 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 7afa1fc98af9..0cfd3517c0e8 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -75,7 +75,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1400506
+#define __FreeBSD_version 1400507
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,