Update version to 2.0.22 for release

This commit is contained in:
Sam Lantinga
2022-04-08 18:18:56 -07:00
parent a256e6ba7f
commit 505d6a4a05
9 changed files with 21 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 21
#define SDL_PATCHLEVEL 22
/**
* Macro to determine SDL version program was compiled against.