Updated SDL development builds to version 2.0.11

This commit is contained in:
Sam Lantinga 2019-09-22 10:37:16 -07:00
parent cbde0ffa3d
commit 3fe2d8368c
9 changed files with 23 additions and 17 deletions

View file

@ -59,7 +59,7 @@ typedef struct SDL_version
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 0
#define SDL_PATCHLEVEL 10
#define SDL_PATCHLEVEL 11
/**
* \brief Macro to determine SDL version program was compiled against.