From 8ba44e75a46161a470294f7b80c0b16bb6b77258 Mon Sep 17 00:00:00 2001 From: Ari Vuollet Date: Thu, 25 Jul 2024 22:59:34 +0300 Subject: [PATCH] _header --- Source/ThirdParty/SDL/SDL3/SDL_revision.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/ThirdParty/SDL/SDL3/SDL_revision.h b/Source/ThirdParty/SDL/SDL3/SDL_revision.h index 2f9b47500..f673014d1 100644 --- a/Source/ThirdParty/SDL/SDL3/SDL_revision.h +++ b/Source/ThirdParty/SDL/SDL3/SDL_revision.h @@ -31,9 +31,9 @@ /* #undef SDL_VENDOR_INFO */ #ifdef SDL_VENDOR_INFO -#define SDL_REVISION "SDL-ff7a60db8 (" SDL_VENDOR_INFO ")" +#define SDL_REVISION "SDL-ff7a60d (" SDL_VENDOR_INFO ")" #else -#define SDL_REVISION "SDL-ff7a60db8" +#define SDL_REVISION "SDL-ff7a60d" #endif #endif /* SDL_revision_h_ */