Updated to version 2.27.1 for release candidate

This commit is contained in:
Sam Lantinga 2023-06-13 19:44:26 -07:00
parent 1f5b21ead5
commit d4f9be4416
11 changed files with 24 additions and 24 deletions

View file

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