Skip to content

Commit

Permalink
Update bundled SDL version for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jlnr committed Nov 2, 2023
1 parent 03a71f8 commit d2cd744
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dependencies/SDL/include/SDL_revision.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* Generated by updaterev.sh, do not edit */
#ifdef SDL_VENDOR_INFO
#define SDL_REVISION "SDL-release-2.28.3-0-g8a5ba43d0 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.28.3-0-g8a5ba43d0"
#define SDL_REVISION "SDL-release-2.28.5-0-g15ead9a40"
#endif
#define SDL_REVISION_NUMBER 0
2 changes: 1 addition & 1 deletion dependencies/SDL/include/SDL_version.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 28
#define SDL_PATCHLEVEL 3
#define SDL_PATCHLEVEL 5

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Binary file modified dependencies/SDL/lib/x64/libSDL2.dll.a
Binary file not shown.
Binary file modified dependencies/SDL/lib/x86/libSDL2.dll.a
Binary file not shown.
Binary file modified lib/SDL2.dll
Binary file not shown.
Binary file modified lib64/SDL2.dll
Binary file not shown.

0 comments on commit d2cd744

Please sign in to comment.