Mercurial > sdl-ios-xcode
changeset 884:20d3a599f601
Increment version...
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 23 Apr 2004 14:00:08 +0000 |
parents | 50f5a29c6a17 |
children | 9f6ad2286011 |
files | configure.in include/SDL_version.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Sun Apr 11 19:54:40 2004 +0000 +++ b/configure.in Fri Apr 23 14:00:08 2004 +0000 @@ -14,9 +14,9 @@ # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=7 -SDL_INTERFACE_AGE=0 -SDL_BINARY_AGE=7 +SDL_MICRO_VERSION=8 +SDL_INTERFACE_AGE=1 +SDL_BINARY_AGE=8 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION)