All SDL 3.0 release symbols are at version 3.2.0

This commit is contained in:
Sam Lantinga 2025-01-21 10:19:21 -08:00
parent 7a5604cf0c
commit ed2920afef
10 changed files with 108 additions and 108 deletions

View file

@ -63,7 +63,7 @@ int SDLCALL SDLTest_CompareSurfaces(SDL_Surface *surface, SDL_Surface *reference
*
* \returns 0 if the left and right memory block are equal, non-zero if they are non-equal.
*
* \since This function is available since SDL 3.1.3.
* \since This function is available since SDL 3.2.0.
*/
int SDLCALL SDLTest_CompareMemory(const void *actual, size_t size_actual, const void *reference, size_t size_reference);