SDL_image: fix libpng branch name in .gitmodules after v1.6.47 upgrade

From 23a90da7afaec40193f21698f28cca2b4398e3cf Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Wed, 26 Feb 2025 17:55:32 +0300
Subject: [PATCH] fix libpng branch name in .gitmodules after v1.6.47 upgrade

---
 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitmodules b/.gitmodules
index 63aedd6f0..e4bfc8e19 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -5,7 +5,7 @@
 [submodule "external/libpng"]
 	path = external/libpng
 	url = https://github.com/libsdl-org/libpng.git
-	branch = v1.6.46-SDL
+	branch = v1.6.47-SDL
 [submodule "external/libwebp"]
 	path = external/libwebp
 	url = https://github.com/libsdl-org/libwebp.git