Updated to version 2.33.0 for development

This commit is contained in:
Sam Lantinga
2025-02-08 09:15:11 -08:00
parent 7a44b1ab00
commit 5330041ea9
11 changed files with 24 additions and 24 deletions

View File

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