Skip to content

Commit

Permalink
Updated version to 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Jul 14, 2007
1 parent 85611f0 commit ecd7a5f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
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 7
#define SDL_MIXER_PATCHLEVEL 8

/* 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 VisualC.zip
Binary file not shown.
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl Set various version strings - taken gratefully from the GTk sources
#
MAJOR_VERSION=1
MINOR_VERSION=2
MICRO_VERSION=7
INTERFACE_AGE=5
BINARY_AGE=7
MICRO_VERSION=8
INTERFACE_AGE=6
BINARY_AGE=8
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit ecd7a5f

Please sign in to comment.