Mercurial > sdl-ios-xcode
changeset 1886:44635227a939
Updated the version to 1.2.11
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Sun, 25 Jun 2006 18:07:34 +0000 |
parents | bc0d965a3d54 |
children | f1b517e26bcb |
files | VisualC.zip configure.in include/SDL_version.h |
diffstat | 3 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Jun 25 17:14:39 2006 +0000 +++ b/configure.in Sun Jun 25 18:07:34 2006 +0000 @@ -16,9 +16,9 @@ # 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)