Updated SDL to version 2.0.2

This commit is contained in:
Sam Lantinga
2014-02-09 03:09:56 -08:00
parent 8cabd44f36
commit 853334afed
8 changed files with 31 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 1
#define SDL_PATCHLEVEL 2
/**
* \brief Macro to determine SDL version program was compiled against.