Skip to content

Commit

Permalink
Updated to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Lantinga committed Nov 30, 2000
1 parent 369e503 commit 5f358af
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions CHANGES
@@ -1,4 +1,8 @@

1.1.0:
Sam Lantinga - Wed Nov 29 20:47:13 PST 2000
* Package specifically for SDL 1.1 (no real reason API-wise, but for clarity)

1.0.7:
Sam Lantinga - Tue Nov 7 10:22:09 PST 2000
* Fixed hang in mikmod re-initialization
Expand Down
2 changes: 1 addition & 1 deletion README
@@ -1,5 +1,5 @@

SDL_mixer 1.0
SDL_mixer 1.1

The latest version of this library is available from:
http://www.devolution.com/~slouken/SDL/projects/SDL_mixer/
Expand Down
10 changes: 5 additions & 5 deletions configure.in
Expand Up @@ -12,10 +12,10 @@ dnl Set various version strings - taken gratefully from the GTk sources
# set BINARY_AGE and INTERFACE_AGE to 0.

MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=7
INTERFACE_AGE=5
BINARY_AGE=7
MINOR_VERSION=1
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down Expand Up @@ -64,7 +64,7 @@ case "$target" in
esac

dnl Check for SDL
SDL_VERSION=1.0.8
SDL_VERSION=1.1.5
AM_PATH_SDL($SDL_VERSION,
:,
AC_MSG_ERROR([*** SDL version $SDL_VERSION not found!])
Expand Down

0 comments on commit 5f358af

Please sign in to comment.