git: 120ceebab5d4 - main - Bump __FreeBSD_version for kern_openatfp(9) and kcmp(2)

From: Konstantin Belousov <kib_at_FreeBSD.org>
Date: Wed, 24 Jan 2024 05:13:37 UTC
The branch main has been updated by kib:

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

commit 120ceebab5d4947dfc80d7492effa034a925d43e
Author:     Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2024-01-23 22:57:02 +0000
Commit:     Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2024-01-24 05:13:26 +0000

    Bump __FreeBSD_version for kern_openatfp(9) and kcmp(2)
---
 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 b5a5398497e0..3f99ee36e4af 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -73,7 +73,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1500011
+#define __FreeBSD_version 1500012
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,