Mercurial > sdl-ios-xcode
changeset 4208:453587d6dc87 SDL-1.2
Updated the version to 1.2.14 for the next release.
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Mon, 21 Sep 2009 07:28:03 +0000 |
parents | a673f44949d6 |
children | 62e86ab81e3c |
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 Mon Sep 21 07:20:51 2009 +0000 +++ b/configure.in Mon Sep 21 07:28:03 2009 +0000 @@ -16,9 +16,9 @@ # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=13 -SDL_INTERFACE_AGE=2 -SDL_BINARY_AGE=13 +SDL_MICRO_VERSION=14 +SDL_INTERFACE_AGE=3 +SDL_BINARY_AGE=14 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION)