Updated to version 2.30.0 for release

This commit is contained in:
Sam Lantinga
2024-02-01 16:02:20 -08:00
parent 857b9848d2
commit 859844eae3
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 3
#define SDL_MINOR_VERSION 30
#define SDL_PATCHLEVEL 0
/**
* Macro to determine SDL version program was compiled against.