mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-01-11 06:35:32 +00:00
Update PATCHLEVEL
This commit is contained in:
parent
03f0431995
commit
8e0cec49a0
|
@ -866,7 +866,7 @@ namespace SDL2
|
||||||
*/
|
*/
|
||||||
public const int SDL_MAJOR_VERSION = 2;
|
public const int SDL_MAJOR_VERSION = 2;
|
||||||
public const int SDL_MINOR_VERSION = 0;
|
public const int SDL_MINOR_VERSION = 0;
|
||||||
public const int SDL_PATCHLEVEL = 7;
|
public const int SDL_PATCHLEVEL = 8;
|
||||||
|
|
||||||
public static readonly int SDL_COMPILEDVERSION = SDL_VERSIONNUM(
|
public static readonly int SDL_COMPILEDVERSION = SDL_VERSIONNUM(
|
||||||
SDL_MAJOR_VERSION,
|
SDL_MAJOR_VERSION,
|
||||||
|
|
Loading…
Reference in a new issue