Mercurial > sdl-ios-xcode
changeset 76:f28fa29a3a0c
Bumped the library version
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Tue, 19 Jun 2001 13:35:05 +0000 |
parents | b0ae59d0f3ee |
children | 1e7e61b9b0f9 |
files | configure.in include/SDL_version.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jun 19 13:33:54 2001 +0000 +++ b/configure.in Tue Jun 19 13:35:05 2001 +0000 @@ -14,9 +14,9 @@ # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=1 -SDL_INTERFACE_AGE=1 -SDL_BINARY_AGE=1 +SDL_MICRO_VERSION=2 +SDL_INTERFACE_AGE=2 +SDL_BINARY_AGE=2 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION)