Updated version to 2.0.9

This commit is contained in:
Sam Lantinga 2018-09-26 10:08:14 -07:00
parent fcc9b1cd3c
commit f355625f9c
9 changed files with 22 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 8
#define SDL_PATCHLEVEL 9
/**
* \brief Macro to determine SDL version program was compiled against.