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_ */