Skip to content

Commit

Permalink
Bump the version number for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 21, 2002
1 parent a0aaeea commit 7adcb27
Show file tree
Hide file tree
Showing 2 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 MIX_MAJOR_VERSION 1
#define MIX_MINOR_VERSION 2
#define MIX_PATCHLEVEL 4
#define MIX_PATCHLEVEL 5

/* This macro can be used to fill a version structure with the compile-time
* version of the SDL_mixer library.
Expand Down
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=4
INTERFACE_AGE=2
BINARY_AGE=4
MICRO_VERSION=5
INTERFACE_AGE=3
BINARY_AGE=5
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION

AC_SUBST(MAJOR_VERSION)
Expand Down

0 comments on commit 7adcb27

Please sign in to comment.