sdl12-compat: SDL_version.h: really update version.

From 6402c283983ada5e6f38dfc7e95085b3d343a841 Mon Sep 17 00:00:00 2001
From: Ozkan Sezer <[EMAIL REDACTED]>
Date: Fri, 2 Sep 2022 23:47:56 +0300
Subject: [PATCH] SDL_version.h: really update version.

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

diff --git a/include/SDL/SDL_version.h b/include/SDL/SDL_version.h
index a007e3f3..46a29967 100644
--- a/include/SDL/SDL_version.h
+++ b/include/SDL/SDL_version.h
@@ -45,7 +45,7 @@ typedef struct SDL_version
 #define SDL_VERSION(X) { \
     (X)->major = 1; \
     (X)->minor = 2; \
-    (X)->patch = 50; \
+    (X)->patch = 54; \
 }
 
 #define SDL_VERSIONNUM(X, Y, Z) ((X)*1000 + (Y)*100 + (Z))