Updated SDL to 2.0.14 in preparation for release candidate

This commit is contained in:
Sam Lantinga
2020-12-08 18:56:06 -08:00
parent 2a9591a9ea
commit a2098a47b6
12 changed files with 102 additions and 22 deletions

6
configure vendored
View File

@@ -2816,9 +2816,9 @@ orig_CFLAGS="$CFLAGS"
#
SDL_MAJOR_VERSION=2
SDL_MINOR_VERSION=0
SDL_MICRO_VERSION=13
SDL_INTERFACE_AGE=1
SDL_BINARY_AGE=13
SDL_MICRO_VERSION=14
SDL_INTERFACE_AGE=0
SDL_BINARY_AGE=14
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION