Updated to version 3.1.2 for the preview release

This commit is contained in:
Sam Lantinga
2024-05-01 09:34:25 -07:00
parent e52a2474f1
commit d95f5bad24
7 changed files with 16 additions and 16 deletions

View File

@@ -60,7 +60,7 @@ typedef struct SDL_Version
/* Printable format: "%d.%d.%d", MAJOR, MINOR, PATCHLEVEL */
#define SDL_MAJOR_VERSION 3
#define SDL_MINOR_VERSION 1
#define SDL_PATCHLEVEL 1
#define SDL_PATCHLEVEL 2
/**
* Macro to determine SDL version program was compiled against.