Updated SDL to version 2.0.1

This commit is contained in:
Sam Lantinga
2013-10-10 21:50:25 -07:00
parent 15682c0c5f
commit a7e1fdddea
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.