From 7adcb2727cf1320056e78b13dfc0e50a0c1d906e Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Tue, 21 May 2002 05:45:59 +0000 Subject: [PATCH] Bump the version number for the next release --- SDL_mixer.h | 2 +- configure.in | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/SDL_mixer.h b/SDL_mixer.h index da27b608..6b318580 100644 --- a/SDL_mixer.h +++ b/SDL_mixer.h @@ -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. diff --git a/configure.in b/configure.in index 588cef06..7ae4f7c2 100644 --- a/configure.in +++ b/configure.in @@ -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)