1.1 --- a/SDL_mixer.h Sun Apr 14 00:53:04 2002 +0000
1.2 +++ b/SDL_mixer.h Sun Apr 14 21:57:25 2002 +0000
1.3 @@ -41,7 +41,7 @@
1.4 */
1.5 #define MIX_MAJOR_VERSION 1
1.6 #define MIX_MINOR_VERSION 2
1.7 -#define MIX_PATCHLEVEL 3
1.8 +#define MIX_PATCHLEVEL 4
1.9
1.10 /* This macro can be used to fill a version structure with the compile-time
1.11 * version of the SDL_mixer library.
2.1 --- a/configure.in Sun Apr 14 00:53:04 2002 +0000
2.2 +++ b/configure.in Sun Apr 14 21:57:25 2002 +0000
2.3 @@ -13,9 +13,9 @@
2.4
2.5 MAJOR_VERSION=1
2.6 MINOR_VERSION=2
2.7 -MICRO_VERSION=3
2.8 -INTERFACE_AGE=1
2.9 -BINARY_AGE=3
2.10 +MICRO_VERSION=4
2.11 +INTERFACE_AGE=2
2.12 +BINARY_AGE=4
2.13 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
2.14
2.15 AC_SUBST(MAJOR_VERSION)