Updated version to 2.0.8 since SDL_image depends on it

This commit is contained in:
Sam Lantinga 2017-11-04 21:58:48 -07:00
parent afbba1822c
commit 2c5724ef5d
7 changed files with 30 additions and 15 deletions

View file

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