From 975cbd332cf7d140e1c2af7003e990d00c22bea6 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Wed, 19 Sep 2001 14:34:52 +0000 Subject: [PATCH] Upped version to 0.1.1 --- SDL_sound.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/SDL_sound.h b/SDL_sound.h index 12177ac..f4bea56 100644 --- a/SDL_sound.h +++ b/SDL_sound.h @@ -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 @@ typedef struct __SOUND_VERSION__ /* 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; \