SDL: Add the revision to SDL_version.h

From a3992f504cf70b4fb3e4d66fa954ddd545c4609b Mon Sep 17 00:00:00 2001
From: Sam Lantinga <[EMAIL REDACTED]>
Date: Fri, 5 Dec 2025 08:49:50 -0800
Subject: [PATCH] Add the revision to SDL_version.h

---
 include/SDL3/SDL_version.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/SDL3/SDL_version.h b/include/SDL3/SDL_version.h
index 74aa7821d0a25..5ef199bbf4120 100644
--- a/include/SDL3/SDL_version.h
+++ b/include/SDL3/SDL_version.h
@@ -30,6 +30,7 @@
 #define SDL_version_h_
 
 #include <SDL3/SDL_stdinc.h>
+#include <SDL3/SDL_revision.h>
 
 #include <SDL3/SDL_begin_code.h>
 /* Set up for C function definitions, even when using C++ */