Updated to version 2.29.1 for RC build

This commit is contained in:
Sam Lantinga 2024-01-19 19:58:08 -08:00
parent 1e13aa2c98
commit b4f99deb9e
11 changed files with 25 additions and 27 deletions

View file

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