Mercurial > sdl-ios-xcode
changeset 126:92cbc667a9ff
Bump version to 1.2.3
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 31 Jul 2001 00:13:03 +0000 |
parents | 0ae324925dd7 |
children | 0bcae11eba14 |
files | configure.in include/SDL_version.h |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Tue Jul 31 00:11:41 2001 +0000 +++ b/configure.in Tue Jul 31 00:13:03 2001 +0000 @@ -14,9 +14,9 @@ # SDL_MAJOR_VERSION=1 SDL_MINOR_VERSION=2 -SDL_MICRO_VERSION=2 -SDL_INTERFACE_AGE=2 -SDL_BINARY_AGE=2 +SDL_MICRO_VERSION=3 +SDL_INTERFACE_AGE=3 +SDL_BINARY_AGE=3 SDL_VERSION=$SDL_MAJOR_VERSION.$SDL_MINOR_VERSION.$SDL_MICRO_VERSION AC_SUBST(SDL_MAJOR_VERSION)