From 801da0edb93c168471c9b880b81f805fb0bb6c3d Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sun, 14 Apr 2002 21:57:25 +0000 Subject: [PATCH] *** empty log message *** --- SDL_mixer.h | 2 +- configure.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SDL_mixer.h b/SDL_mixer.h index 1103a1c6..59753a14 100644 --- a/SDL_mixer.h +++ b/SDL_mixer.h @@ -41,7 +41,7 @@ extern "C" { */ #define MIX_MAJOR_VERSION 1 #define MIX_MINOR_VERSION 2 -#define MIX_PATCHLEVEL 3 +#define MIX_PATCHLEVEL 4 /* This macro can be used to fill a version structure with the compile-time * version of the SDL_mixer library. diff --git a/configure.in b/configure.in index b108d65e..588cef06 100644 --- a/configure.in +++ b/configure.in @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources MAJOR_VERSION=1 MINOR_VERSION=2 -MICRO_VERSION=3 -INTERFACE_AGE=1 -BINARY_AGE=3 +MICRO_VERSION=4 +INTERFACE_AGE=2 +BINARY_AGE=4 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION AC_SUBST(MAJOR_VERSION)