mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Updated to version 3.3.0 for development
This commit is contained in:
parent
65864190cc
commit
b0df1cbbef
8 changed files with 19 additions and 19 deletions
|
|
@ -53,7 +53,7 @@ extern "C" {
|
|||
*
|
||||
* \since This macro is available since SDL 3.2.0.
|
||||
*/
|
||||
#define SDL_MINOR_VERSION 2
|
||||
#define SDL_MINOR_VERSION 3
|
||||
|
||||
/**
|
||||
* 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 6
|
||||
#define SDL_MICRO_VERSION 0
|
||||
|
||||
/**
|
||||
* This macro turns the version numbers into a numeric value.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue