Updated to version 2.29.0 for development

This commit is contained in:
Sam Lantinga 2023-06-20 11:50:19 -07:00
parent ffa78e6bea
commit ceece918e4
11 changed files with 24 additions and 24 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 28
#define SDL_MINOR_VERSION 29
#define SDL_PATCHLEVEL 0
/**