Updated SDL to version 2.0.1

This commit is contained in:
Sam Lantinga 2013-10-10 21:50:25 -07:00
parent e63559cffd
commit 1c7ed8eef6
7 changed files with 17 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 0
#define SDL_PATCHLEVEL 1
/**
* \brief Macro to determine SDL version program was compiled against.