Skip to content

Commit

Permalink
Updated version in configure.in
Browse files Browse the repository at this point in the history
Updated with CHANGES that got missed in subversion checkins
  • Loading branch information
slouken committed Oct 7, 2009
1 parent cf19a27 commit 895a993
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGES
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -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)
Expand Down

0 comments on commit 895a993

Please sign in to comment.