git: ed77b896706b - main - Bump __FreeBSD_version to 1400094 for HID KPI changes

From: Vladimir Kondratyev <wulf_at_FreeBSD.org>
Date: Thu, 03 Aug 2023 16:12:07 UTC
The branch main has been updated by wulf:

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

commit ed77b896706b4b4b2a19b74968ef95cc1b0062e6
Author:     Vladimir Kondratyev <wulf@FreeBSD.org>
AuthorDate: 2023-08-03 16:10:51 +0000
Commit:     Vladimir Kondratyev <wulf@FreeBSD.org>
CommitDate: 2023-08-03 16:10:51 +0000

    Bump __FreeBSD_version to 1400094 for HID KPI changes
---
 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 137bd80c77cb..d068780d8007 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 1400093
+#define __FreeBSD_version 1400094
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,