Update PATCHLEVEL

This commit is contained in:
Ethan Lee 2018-05-05 17:20:00 -04:00
parent 03f0431995
commit 8e0cec49a0

View file

@ -866,7 +866,7 @@ namespace SDL2
*/
public const int SDL_MAJOR_VERSION = 2;
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(
SDL_MAJOR_VERSION,