Updated the version to 1.2.11

This commit is contained in:
Sam Lantinga 2006-06-25 18:07:34 +00:00
parent a3ab9747a9
commit 5ffeed6e77
3 changed files with 4 additions and 4 deletions

Binary file not shown.

View File

@ -16,9 +16,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
#
SDL_MAJOR_VERSION=1
SDL_MINOR_VERSION=2
SDL_MICRO_VERSION=10
SDL_INTERFACE_AGE=3
SDL_BINARY_AGE=10
SDL_MICRO_VERSION=11
SDL_INTERFACE_AGE=0
SDL_BINARY_AGE=11
SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION
AC_SUBST(SDL_MAJOR_VERSION)

View File

@ -37,7 +37,7 @@ extern "C" {
*/
#define SDL_MAJOR_VERSION 1
#define SDL_MINOR_VERSION 2
#define SDL_PATCHLEVEL 10
#define SDL_PATCHLEVEL 11
typedef struct SDL_version {
Uint8 major;