Updated to version 2.0.23 for development

This commit is contained in:
Sam Lantinga 2022-04-25 13:45:51 -07:00
parent 53dea98309
commit fa29e2d7f7
9 changed files with 18 additions and 18 deletions

View file

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