Updated to version 3.1.0 for the preview release

This commit is contained in:
Sam Lantinga
2024-03-24 06:15:46 -07:00
parent a20eec1415
commit 36e73bdda4
7 changed files with 16 additions and 16 deletions

View File

@@ -58,7 +58,7 @@ typedef struct SDL_Version
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL
*/
#define SDL_MAJOR_VERSION 3
#define SDL_MINOR_VERSION 0
#define SDL_MINOR_VERSION 1
#define SDL_PATCHLEVEL 0
/**