Mercurial > SDL_sound_CoreAudio
changeset 29:0e27c909c952 release-0.1.1
Upped version to 0.1.1
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Wed, 19 Sep 2001 14:34:52 +0000 |
parents | d9e84e857569 |
children | 66ff8562eec0 |
files | SDL_sound.h |
diffstat | 1 files changed, 5 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/SDL_sound.h Wed Sep 19 14:34:10 2001 +0000 +++ b/SDL_sound.h Wed Sep 19 14:34:52 2001 +0000 @@ -61,6 +61,11 @@ extern "C" { #endif +#define SOUND_VER_MAJOR 0 +#define SOUND_VER_MINOR 1 +#define SOUND_VER_PATCH 1 + + /* * These are flags that are used in a Sound_Sample (below) to show various * states. @@ -141,10 +146,6 @@ /* functions and macros... */ -#define SOUND_VER_MAJOR 0 -#define SOUND_VER_MINOR 1 -#define SOUND_VER_PATCH 0 - #define SOUND_VERSION(x) { \ (x)->major = SOUND_VER_MAJOR; \ (x)->minor = SOUND_VER_MINOR; \