Updated SDL to version 2.0.1

This commit is contained in:
Sam Lantinga 2013-10-10 21:50:25 -07:00
parent e63559cffd
commit 1c7ed8eef6
7 changed files with 17 additions and 17 deletions

4
configure vendored
View file

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