diff --git a/VisualC.zip b/VisualC.zip index 48150a9b5..2e261d9a5 100644 Binary files a/VisualC.zip and b/VisualC.zip differ diff --git a/configure.in b/configure.in index dc31e5ec6..0a5588926 100644 --- a/configure.in +++ b/configure.in @@ -14,9 +14,9 @@ dnl Set various version strings - taken gratefully from the GTk sources # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=9 -SDL_INTERFACE_AGE=2 -SDL_BINARY_AGE=9 +SDL_MICRO_VERSION=10 +SDL_INTERFACE_AGE=3 +SDL_BINARY_AGE=10 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION) diff --git a/include/SDL_version.h b/include/SDL_version.h index 9ac0b026e..2629bb04b 100644 --- a/include/SDL_version.h +++ b/include/SDL_version.h @@ -42,7 +42,7 @@ extern "C" { */ #define SDL_MAJOR_VERSION 1 #define SDL_MINOR_VERSION 2 -#define SDL_PATCHLEVEL 9 +#define SDL_PATCHLEVEL 10 typedef struct SDL_version { Uint8 major;