git: 05f0b24bfb34 - main - Bump __FreeBSD_version to 1400052 for LinuxKPI changes.

From: Bjoern A. Zeeb <bz_at_FreeBSD.org>
Date: Mon, 14 Feb 2022 23:59:08 UTC
The branch main has been updated by bz:

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

commit 05f0b24bfb3416606c8ea02bc1bdb9bcee7aee0c
Author:     Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2022-02-14 23:55:16 +0000
Commit:     Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2022-02-14 23:55:16 +0000

    Bump __FreeBSD_version to 1400052 for LinuxKPI changes.
    
    Add a marker after GUID_INIT() and linux/pm_qos.h were added, so
    that future version of drm-kmod can selectively remove these bits.
    The latest port version does not require user updates for this so
    no UPDATING entry.
---
 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 948a34da94ec..6bf688105329 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 1400051
+#define __FreeBSD_version 1400052
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,