Updated to version 2.0.16 for release

This commit is contained in:
Sam Lantinga 2021-07-31 13:28:54 -07:00
parent 3e76646cc6
commit cb1fd30e9a
10 changed files with 28 additions and 20 deletions

View file

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