Updated SDL to version 2.0.13 for development builds

This commit is contained in:
Sam Lantinga
2020-03-10 18:25:47 -07:00
parent 5c87b8e1eb
commit 4fb06a2a38
9 changed files with 25 additions and 19 deletions

View File

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