Updated to version 2.31.0 for development

This commit is contained in:
Sam Lantinga
2024-01-22 09:12:34 -08:00
parent ef7261bc41
commit 4845027cad
11 changed files with 31 additions and 31 deletions

View File

@@ -58,8 +58,8 @@ typedef struct SDL_version
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
*/
#define SDL_MAJOR_VERSION 2
#define SDL_MINOR_VERSION 29
#define SDL_PATCHLEVEL 2
#define SDL_MINOR_VERSION 31
#define SDL_PATCHLEVEL 0
/**
* Macro to determine SDL version program was compiled against.