dependencies/SDL/include/SDL_version.h in gosu-2.0.0.pre6 vs dependencies/SDL/include/SDL_version.h in gosu-2.0.0.pre7

- old
+ new

@@ -57,10 +57,10 @@ /* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL */ #define SDL_MAJOR_VERSION 2 #define SDL_MINOR_VERSION 28 -#define SDL_PATCHLEVEL 2 +#define SDL_PATCHLEVEL 3 /** * Macro to determine SDL version program was compiled against. * * This macro fills in a SDL_version structure with the version of the