git: f285eabc89ce - stable/14 - Bump __FreeBSD_version after linuxkpi_video module is built

From: Emmanuel Vadot <manu_at_FreeBSD.org>
Date: Tue, 04 Jun 2024 11:19:43 UTC
The branch stable/14 has been updated by manu:

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

commit f285eabc89ce8ccf3aaf563401df942e406c2b5f
Author:     Emmanuel Vadot <manu@FreeBSD.org>
AuthorDate: 2024-06-04 11:18:56 +0000
Commit:     Emmanuel Vadot <manu@FreeBSD.org>
CommitDate: 2024-06-04 11:18:56 +0000

    Bump __FreeBSD_version after linuxkpi_video module is built
    
    Sponsored by:   Beckhoff Automation GmbH & Co. KG
---
 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 bc22f975991b..cd77156ab17d 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 1401500
+#define __FreeBSD_version 1401501
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,