sdl12-compat: Update SDL12_COMPAT_VERSION to 53 for 1.2.53

From 2c813c7e7bb44873f28ae1b5737a74fa209c6cd2 Mon Sep 17 00:00:00 2001
From: David Gow <[EMAIL REDACTED]>
Date: Wed, 16 Mar 2022 19:15:07 +0800
Subject: [PATCH] Update SDL12_COMPAT_VERSION to 53 for 1.2.53

(Whoops, we forgot to update this for 1.2.52. :/)

This is used by SDL_Linked_Version().

Maybe it'd make sense to inject this from the build system, which should
already know what the version is. In the meantime, however, report
1.2.53.
---
 src/SDL12_compat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/SDL12_compat.c b/src/SDL12_compat.c
index f79c902..dea22ce 100644
--- a/src/SDL12_compat.c
+++ b/src/SDL12_compat.c
@@ -28,7 +28,7 @@
  *  should be way ahead of what SDL-1.2 Classic would report, so apps can
  *  decide if they're running under the compat layer, if they really care.
  */
-#define SDL12_COMPAT_VERSION 50
+#define SDL12_COMPAT_VERSION 53
 
 #include <stdarg.h>
 #include <limits.h>