git: 51c30180ea48 - main - video: bump __FreeBSD_version for V4L2 cropping and overlay symbols

From: Abdelkader Boudih <seuros_at_FreeBSD.org>
Date: Thu, 27 Aug 2026 19:05:07 UTC
The branch main has been updated by seuros:

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

commit 51c30180ea48d108cb325ea4f9ae4c326cce4cf2
Author:     Abdelkader Boudih <seuros@FreeBSD.org>
AuthorDate: 2026-08-27 17:40:08 +0000
Commit:     Abdelkader Boudih <seuros@FreeBSD.org>
CommitDate: 2026-08-27 19:04:47 +0000

    video: bump __FreeBSD_version for V4L2 cropping and overlay symbols
    
    Reviewed by:    adrian
    Differential Revision:  https://reviews.freebsd.org/D59208
---
 UPDATING        | 5 +++++
 sys/sys/param.h | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/UPDATING b/UPDATING
index 955ea1b9027d..f8fc8620f740 100644
--- a/UPDATING
+++ b/UPDATING
@@ -27,6 +27,11 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 16.x IS SLOW:
 	world, or to merely disable the most expensive debugging functionality
 	at runtime, run "ln -s 'abort:false,junk:false' /etc/malloc.conf".)
 
+20260827:
+	<sys/videoio.h> now provides the V4L2 cropping, control menu and
+	overlay definitions.  __FreeBSD_version has been bumped to 1600021
+	for ports that need to detect them.
+
 20260826:
 	bhyve(8) users who explicitly set the eui64 option for an NVMe
 	device may need to update their configuration.  Due to an incorrect
diff --git a/sys/sys/param.h b/sys/sys/param.h
index 1c60c18ca2a6..f593b87fe970 100644
--- a/sys/sys/param.h
+++ b/sys/sys/param.h
@@ -74,7 +74,7 @@
  * cannot include sys/param.h and should only be updated here.
  */
 #undef __FreeBSD_version
-#define __FreeBSD_version 1600020
+#define __FreeBSD_version 1600021
 
 /*
  * __FreeBSD_kernel__ indicates that this system uses the kernel of FreeBSD,