Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Bump the version number for the next release
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+1
−1
SDL_mixer.h
-
+3
−3
configure.in
|
@@ -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. |
|
|
|
@@ -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) |
|
|