Updated to version 2.25.0 for development

This commit is contained in:
Sam Lantinga
2022-08-19 09:38:42 -07:00
parent 8c9beb0c87
commit 6e9c14e550
8 changed files with 13 additions and 13 deletions

View File

@@ -58,7 +58,7 @@ typedef struct SDL_version
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 24
#define SDL_MINOR_VERSION 25
#define SDL_PATCHLEVEL 0
/**