Updated SDL to version 2.0.3

This commit is contained in:
Sam Lantinga 2014-03-09 10:38:30 -07:00
parent 360f1101c3
commit c167d1f6a8
8 changed files with 27 additions and 16 deletions

View file

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