Updated to version 3.5.0 for development
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user