sdl2-compat: Make sure we get SDL 3.4 when building releases

From 5c8a382b2c985816396bef1586cdb8deda0877c6 Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Tue, 3 Feb 2026 11:06:47 -0800
Subject: [PATCH] Make sure we get SDL 3.4 when building releases

---
 build-scripts/release-info.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build-scripts/release-info.json b/build-scripts/release-info.json
index 4bfc06d3..98b22964 100644
--- a/build-scripts/release-info.json
+++ b/build-scripts/release-info.json
@@ -3,7 +3,7 @@
   "remote": "libsdl-org/sdl2-compat",
   "dependencies": {
     "SDL": {
-      "startswith": "3.",
+      "startswith": "3.4",
       "repo": "libsdl-org/SDL"
     }
   },