diff --git a/SDL3/QuickReference.md b/SDL3/QuickReference.md index 4ca3f1f86..6dff7ce40 100644 --- a/SDL3/QuickReference.md +++ b/SDL3/QuickReference.md @@ -12,7 +12,7 @@ the fancy Unicode section headers, try using // https://libsdl.org/ // // The latest version of this document can be found at https://wiki.libsdl.org/SDL3/QuickReference -// Based on SDL version 3.2.1 +// Based on SDL version 3.2.2 // // This can be useful in an IDE with search and syntax highlighting. // diff --git a/SDL3/QuickReferenceNoUnicode.md b/SDL3/QuickReferenceNoUnicode.md index 9bd35aa20..04913406f 100644 --- a/SDL3/QuickReferenceNoUnicode.md +++ b/SDL3/QuickReferenceNoUnicode.md @@ -12,7 +12,7 @@ fancy Unicode section headers, try using // https://libsdl.org/ // // The latest version of this document can be found at https://wiki.libsdl.org/SDL3/QuickReference -// Based on SDL version 3.2.1 +// Based on SDL version 3.2.2 // // This can be useful in an IDE with search and syntax highlighting. // diff --git a/SDL3/SDL_MICRO_VERSION.md b/SDL3/SDL_MICRO_VERSION.md index f42be5d07..cf11727f2 100644 --- a/SDL3/SDL_MICRO_VERSION.md +++ b/SDL3/SDL_MICRO_VERSION.md @@ -9,7 +9,7 @@ Defined in [](https://github.com/libsdl-org/SDL/blob/main/in ## Syntax ```c -#define SDL_MICRO_VERSION 1 +#define SDL_MICRO_VERSION 2 ``` ## Remarks