SDL 2.0.3

This commit is contained in:
Ethan Lee 2014-03-15 20:37:47 -04:00
parent 6899e6cdb0
commit 67f4c81bb3

View file

@ -798,7 +798,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 = 1; public const int SDL_PATCHLEVEL = 3;
public static readonly int SDL_COMPILEDVERSION = SDL_VERSIONNUM( public static readonly int SDL_COMPILEDVERSION = SDL_VERSIONNUM(
SDL_MAJOR_VERSION, SDL_MAJOR_VERSION,