From 895a9932e7613447556273087a9816c05ec8887c Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Wed, 7 Oct 2009 08:41:01 +0000 Subject: [PATCH] Updated version in configure.in Updated with CHANGES that got missed in subversion checkins --- CHANGES | 8 ++++++++ configure.in | 6 +++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGES b/CHANGES index 158d53e5..a3b9f472 100644 --- a/CHANGES +++ b/CHANGES @@ -6,8 +6,16 @@ Sam Lantinga - Sat Oct 3 02:49:41 PDT 2009 * Added TIMIDITY_CFG environment variable to fully locate timidity.cfg Sam Lantinga - Fri Oct 2 07:15:35 PDT 2009 * Implemented seamless looping for music playback +Max Horn - 2009-09-27 11:58:18 PDT + * Disabled native MIDI on Mac OS X since the APIs are not available on 10.6. Forrest Voight - 2009-06-13 20:31:38 PDT * ID3 files are now recognized as MP3 format +Steven Noonan - 2008-05-13 13:31:36 PDT + * Fixed native MIDI crash on 64-bit Windows +Ryan Gordon - Fri Jun 5 16:07:08 2009 UTC + * Added decoder enumeration API: + Mix_GetNumChunkDecoders(), Mix_GetChunkDecoder(), + Mix_GetNumMusicDecoders(), Mix_GetMusicDecoder() Austen Dicken - Tue Feb 26 23:28:27 PST 2008 * Added support for FLAC audio both as chunks and streaming Tilman Sauerbeck - Tue Feb 26 03:44:47 PST 2008 diff --git a/configure.in b/configure.in index a15fa43d..7910882b 100644 --- a/configure.in +++ b/configure.in @@ -14,9 +14,9 @@ dnl Set various version strings - taken gratefully from the GTk sources # MAJOR_VERSION=1 MINOR_VERSION=2 -MICRO_VERSION=8 -INTERFACE_AGE=6 -BINARY_AGE=8 +MICRO_VERSION=9 +INTERFACE_AGE=7 +BINARY_AGE=9 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION AC_SUBST(MAJOR_VERSION)