From 04535e24af4125c543b6edccb04dd06a7423d325 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 21 Dec 2004 17:52:16 +0000 Subject: [PATCH] Version bumped because of the header file change --- CHANGES | 5 +++++ SDL_mixer.h | 2 +- VisualC.zip | Bin 115888 -> 115888 bytes configure.in | 6 +++--- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGES b/CHANGES index 6750db60..262341ab 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,8 @@ +1.2.7: +Sam Lantinga - Tue Dec 21 09:51:29 PST 2004 + * Fixed building mikmod support on UNIX + * Always build SDL_RWops music support + 1.2.6: Jonathan Atkins - Wed, 15 Sep 2004 23:26:42 -0500 * Added support for using the system version of libmikmod diff --git a/SDL_mixer.h b/SDL_mixer.h index 02126641..fb1a867f 100644 --- a/SDL_mixer.h +++ b/SDL_mixer.h @@ -41,7 +41,7 @@ extern "C" { */ #define SDL_MIXER_MAJOR_VERSION 1 #define SDL_MIXER_MINOR_VERSION 2 -#define SDL_MIXER_PATCHLEVEL 6 +#define SDL_MIXER_PATCHLEVEL 7 /* This macro can be used to fill a version structure with the compile-time * version of the SDL_mixer library. diff --git a/VisualC.zip b/VisualC.zip index 36421da5d35cac904309e8c52c4c157764abdb67..f0a723a9cbeabe6de7e9151060047a5a3faeb246 100644 GIT binary patch delta 505 zcmdnc$-beJoj1UnnT3l11d{xwPUMvn=tw%@*ayU+6)X&28NV`4z9=CzF;s>dNo-<` zCo@oL^y}H~(OXK$VE*@CHk)rJxogia?$a7b}WDvv?aLrl|@0fudAdeCsE$p_8JA7qqO zK;8slm^b%^oy~h>Ah1vQBj4pOm%Icy8$+*dHkbXwgyKUx1$#`J79IfFv{XS2MddYx z0I+{F74_M{jA)Ho)IfQx9SWAP)=}gFGvdwWGJ_faEzh%|7~2OKW}v6G_v~ggVuAa2`mz0thG6ku`x&>f005OB#LoZ# delta 505 zcmdnc$-beJoj1UnnT3l11eWLJPvn&o@KT-W=nKT56)X%B7$-7Lz9=CzF;s>dNo-<` zCo@oL^y}H~(OXK$VE*@CHk)_$xT8!LcpJVJ`0(nAQtSBm)#oHJ$O-MXsLu{&L~GQd2FhdYP_Trxjv^PB5pOn^8O-=^d7cf$u$vBnUvHg4pW494A&~wvccQfiR13k69XE&n}3*5ickL_nP1dIRL&$x{R E01c$2asU7T diff --git a/configure.in b/configure.in index 28dcdcd4..56c17c0c 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=6 -INTERFACE_AGE=4 -BINARY_AGE=6 +MICRO_VERSION=7 +INTERFACE_AGE=5 +BINARY_AGE=7 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION AC_SUBST(MAJOR_VERSION)