mirror of
https://github.com/Ryujinx/SDL2-CS.git
synced 2025-03-04 12:49:58 +00:00
2.0.1
This commit is contained in:
parent
f154bab1d8
commit
d1e5b4d1a0
|
@ -756,7 +756,7 @@ namespace SDL2
|
|||
*/
|
||||
public const int SDL_MAJOR_VERSION = 2;
|
||||
public const int SDL_MINOR_VERSION = 0;
|
||||
public const int SDL_PATCHLEVEL = 0;
|
||||
public const int SDL_PATCHLEVEL = 1;
|
||||
|
||||
public static readonly int SDL_COMPILEDVERSION = SDL_VERSIONNUM(
|
||||
SDL_MAJOR_VERSION,
|
||||
|
|
Loading…
Reference in a new issue