Updated to version 2.27.0 for development

This commit is contained in:
Sam Lantinga 2022-11-21 16:36:10 -08:00
parent 0bfeed061b
commit ea8f8b6dc3
10 changed files with 21 additions and 21 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 26
#define SDL_MINOR_VERSION 27
#define SDL_PATCHLEVEL 0
/**