Updated to version 2.23.2 for release candidate

This commit is contained in:
Sam Lantinga
2022-08-12 20:27:22 -07:00
parent 08d17f47b3
commit f1416ef2ba
10 changed files with 31 additions and 14 deletions

View File

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