Mercurial > sdl-ios-xcode
changeset 1024:cca9aeb2934f
Bumped the minor version number...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 04 Jan 2005 19:06:23 +0000 |
parents | e719ee25439d |
children | 3652d111416c |
files | configure.in include/SDL_version.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jan 04 19:05:32 2005 +0000 +++ b/configure.in Tue Jan 04 19:06:23 2005 +0000 @@ -14,9 +14,9 @@ # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=8 -SDL_INTERFACE_AGE=1 -SDL_BINARY_AGE=8 +SDL_MICRO_VERSION=9 +SDL_INTERFACE_AGE=2 +SDL_BINARY_AGE=9 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION)