Skip to content

Commit

Permalink
SDL2, windows: update to latest official 2.30.7 version.
Browse files Browse the repository at this point in the history
  • Loading branch information
sezero committed Sep 1, 2024
1 parent 7602489 commit debadb6
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Windows/SDL2/bin/sdl2-config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ while test $# -gt 0; do
lib_suffix=$optarg
;;
--version)
echo 2.30.6
echo 2.30.7
;;
--cflags)
echo -I${prefix}/include -Dmain=SDL_main
Expand Down
4 changes: 2 additions & 2 deletions Windows/SDL2/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.30.6-0-gba2f78a00 (" SDL_VENDOR_INFO ")"
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916 (" SDL_VENDOR_INFO ")"
#else
#define SDL_REVISION "SDL-release-2.30.6-0-gba2f78a00"
#define SDL_REVISION "SDL-release-2.30.7-0-g9519b9916"
#endif
#define SDL_REVISION_NUMBER 0
2 changes: 1 addition & 1 deletion Windows/SDL2/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 30
#define SDL_PATCHLEVEL 6
#define SDL_PATCHLEVEL 7

/**
* Macro to determine SDL version program was compiled against.
Expand Down
Binary file modified Windows/SDL2/lib/SDL2.dll
Binary file not shown.
Binary file modified Windows/SDL2/lib64/SDL2.dll
Binary file not shown.

0 comments on commit debadb6

Please sign in to comment.