Skip to content

Commit

Permalink
bump required build- and run-time SDL3 version to 3.1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Jan 16, 2025
1 parent 680870a commit 10a9ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/sdl2_compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,7 @@ static char loaderror[256];
#endif

#ifndef SDL3_REQUIRED_VER
#define SDL3_REQUIRED_VER SDL_VERSIONNUM(3,1,8)
#define SDL3_REQUIRED_VER SDL_VERSIONNUM(3,1,10)
#endif

#ifndef DIRSEP
Expand Down
4 changes: 2 additions & 2 deletions src/sdl3_include_wrapper.h
Original file line number Diff line number Diff line change
Expand Up @@ -1271,8 +1271,8 @@
#define __BUILDING_SDL2_COMPAT__ 1

#include <SDL3/SDL.h>
#if !SDL_VERSION_ATLEAST(3,1,9)
#error You need to compile against SDL >= 3.1.9 headers
#if !SDL_VERSION_ATLEAST(3,1,10)
#error You need to compile against SDL >= 3.1.10 headers
#endif

#define SDL_MAIN_HANDLED 1
Expand Down

0 comments on commit 10a9ed3

Please sign in to comment.