Updated to version 3.1.1 for the preview release

This commit is contained in:
Sam Lantinga
2024-04-01 17:03:46 -07:00
parent 560daa07f2
commit 17d4f8d699
7 changed files with 16 additions and 16 deletions

View File

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