mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-30 01:38:45 +00:00
Updated to version 3.2.0 for release
This commit is contained in:
parent
f16c67115d
commit
a52fc209bb
8 changed files with 19 additions and 19 deletions
|
|
@ -20,7 +20,7 @@
|
|||
*/
|
||||
|
||||
/**
|
||||
* Main include header for the SDL library, version 3.1.11
|
||||
* Main include header for the SDL library, version 3.2.0
|
||||
*
|
||||
* It is almost always best to include just this one header instead of
|
||||
* picking out individual headers included here. There are exceptions to
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ extern "C" {
|
|||
*
|
||||
* \since This macro is available since SDL 3.1.3.
|
||||
*/
|
||||
#define SDL_MINOR_VERSION 1
|
||||
#define SDL_MINOR_VERSION 2
|
||||
|
||||
/**
|
||||
* The current micro (or patchlevel) version of the SDL headers.
|
||||
|
|
@ -62,7 +62,7 @@ extern "C" {
|
|||
*
|
||||
* \since This macro is available since SDL 3.1.3.
|
||||
*/
|
||||
#define SDL_MICRO_VERSION 11
|
||||
#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