SDL: hints: The auto mode switching hint is for 3.4.0

From 1a2fccc56a10a36e1811cd311d9e9ba7d0aa056d Mon Sep 17 00:00:00 2001
From: Frank Praznik <[EMAIL REDACTED]>
Date: Fri, 14 Mar 2025 14:11:45 -0400
Subject: [PATCH] hints: The auto mode switching hint is for 3.4.0

This is a feature addition with a slight behavior change, not a bug fix, so move it to 3.4.0.
---
 include/SDL3/SDL_hints.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3/SDL_hints.h b/include/SDL3/SDL_hints.h
index b1dea0ecabfaf..1fe5b40c0b2d3 100644
--- a/include/SDL3/SDL_hints.h
+++ b/include/SDL3/SDL_hints.h
@@ -3421,7 +3421,7 @@ extern "C" {
  *
  * This hint can be set anytime.
  *
- * \since This hint is available since SDL 3.2.10.
+ * \since This hint is available since SDL 3.4.0.
  */
 #define SDL_HINT_VIDEO_MATCH_EXCLUSIVE_MODE_ON_MOVE "SDL_VIDEO_MATCH_EXCLUSIVE_MODE_ON_MOVE"