SDL_ttf: Updated the version that TTF_GetFontWeight() became available

From 8a34a05a37306718105021cead41e23f40617022 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Wed, 2 Apr 2025 10:42:04 -0700
Subject: [PATCH] Updated the version that TTF_GetFontWeight() became available

---
 include/SDL3_ttf/SDL_ttf.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/SDL3_ttf/SDL_ttf.h b/include/SDL3_ttf/SDL_ttf.h
index 83ead975..4663f505 100644
--- a/include/SDL3_ttf/SDL_ttf.h
+++ b/include/SDL3_ttf/SDL_ttf.h
@@ -676,7 +676,7 @@ extern SDL_DECLSPEC bool SDLCALL TTF_GetFontSDF(const TTF_Font *font);
  * \threadsafety This function should be called on the thread that created the
  *               font.
  *
- * \since This function is available since SDL_ttf 3.4.0.
+ * \since This function is available since SDL_ttf 3.2.2.
  */
 extern SDL_DECLSPEC int SDLCALL TTF_GetFontWeight(const TTF_Font *font);