Updated to version 3.5.0 for development

This commit is contained in:
Anonymous Maarten
2026-01-01 17:30:41 +01:00
parent d15ecb21be
commit fc4f45f0e3
8 changed files with 19 additions and 19 deletions

View File

@@ -20,7 +20,7 @@
*/
/**
* Main include header for the SDL library, version 3.4.1
* Main include header for the SDL library, version 3.5.0
*
* It is almost always best to include just this one header instead of
* picking out individual headers included here. There are exceptions to

View File

@@ -53,7 +53,7 @@ extern "C" {
*
* \since This macro is available since SDL 3.2.0.
*/
#define SDL_MINOR_VERSION 4
#define SDL_MINOR_VERSION 5
/**
* The current micro (or patchlevel) version of the SDL headers.
@@ -62,7 +62,7 @@ extern "C" {
*
* \since This macro is available since SDL 3.2.0.
*/
#define SDL_MICRO_VERSION 1
#define SDL_MICRO_VERSION 0
/**
* This macro turns the version numbers into a numeric value.