Skip to content

Commit

Permalink
Updated version to 1.2.10
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 8, 2009
1 parent 58e4aa5 commit a1e428d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 8 deletions.
8 changes: 8 additions & 0 deletions CHANGES
@@ -1,3 +1,11 @@
1.2.10:
Mike Frysinger - 2009-11-05 09:11:43 PST
* Check for fork/vfork on any platform, don't just assume it on UNIX
Jon Atkins - Thu Nov 5 00:02:50 2009 UTC
* Fixed export of Mix_GetNumChunkDecoders() and Mix_GetNumMusicDecoders()
C.W. Betts - 2009-11-02 00:16:21 PST
* Use newer MIDI API on Mac OS X 10.5+

1.2.9:
Ryan Gordon - Sun Oct 18 11:42:31 PDT 2009
* Updated native MIDI support on Mac OS X for 10.6
Expand Down
2 changes: 1 addition & 1 deletion SDL_mixer.h
Expand Up @@ -41,7 +41,7 @@ extern "C" {
*/
#define SDL_MIXER_MAJOR_VERSION 1
#define SDL_MIXER_MINOR_VERSION 2
#define SDL_MIXER_PATCHLEVEL 9
#define SDL_MIXER_PATCHLEVEL 10

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_mixer library.
Expand Down
Binary file modified Xcode.tar.gz
Binary file not shown.
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=9
INTERFACE_AGE=7
BINARY_AGE=9
MICRO_VERSION=10
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down
8 changes: 4 additions & 4 deletions version.rc
Expand Up @@ -9,8 +9,8 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 1,2,9,0
PRODUCTVERSION 1,2,9,0
FILEVERSION 1,2,10,0
PRODUCTVERSION 1,2,10,0
FILEFLAGSMASK 0x3fL
FILEFLAGS 0x0L
FILEOS 0x40004L
Expand All @@ -23,12 +23,12 @@ BEGIN
BEGIN
VALUE "CompanyName", "\0"
VALUE "FileDescription", "SDL_mixer\0"
VALUE "FileVersion", "1, 2, 9, 0\0"
VALUE "FileVersion", "1, 2, 10, 0\0"
VALUE "InternalName", "SDL_mixer\0"
VALUE "LegalCopyright", "Copyright � 2009 Sam Lantinga\0"
VALUE "OriginalFilename", "SDL_mixer.dll\0"
VALUE "ProductName", "Simple DirectMedia Layer\0"
VALUE "ProductVersion", "1, 2, 9, 0\0"
VALUE "ProductVersion", "1, 2, 10, 0\0"
END
END
BLOCK "VarFileInfo"
Expand Down

0 comments on commit a1e428d

Please sign in to comment.