Updated to version 2.0.17 for development

This commit is contained in:
Sam Lantinga 2021-08-10 15:02:36 -07:00
parent 6810399352
commit 3f6ebffff4
10 changed files with 26 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 16
#define SDL_PATCHLEVEL 17
/**
* Macro to determine SDL version program was compiled against.