# HG changeset patch # User Ryan C. Gordon # Date 1000910092 0 # Node ID 0e27c909c95298b5af3743b94237d3f4c2966564 # Parent d9e84e857569396c28ea89e3598c0b10c818d410 Upped version to 0.1.1 diff -r d9e84e857569 -r 0e27c909c952 SDL_sound.h --- 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; \