Updated to version 2.0.20 for release

This commit is contained in:
Sam Lantinga
2022-01-07 18:28:25 -08:00
parent cc2013378d
commit 9294634840
11 changed files with 42 additions and 21 deletions

View File

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