# HG changeset patch # User Ryan C. Gordon # Date 1000811039 0 # Node ID 4368fdb091b1e182670475eb42af0235532313cb # Parent 41e5e07c5fed1d385f94a10e0e13fc195501fbdb Upped version to 0.1.0. diff -r 41e5e07c5fed -r 4368fdb091b1 SDL_sound.h --- a/SDL_sound.h Tue Sep 18 11:01:48 2001 +0000 +++ b/SDL_sound.h Tue Sep 18 11:03:59 2001 +0000 @@ -141,8 +141,8 @@ /* functions and macros... */ #define SOUND_VER_MAJOR 0 -#define SOUND_VER_MINOR 0 -#define SOUND_VER_PATCH 1 +#define SOUND_VER_MINOR 1 +#define SOUND_VER_PATCH 0 #define SOUND_VERSION(x) { \ (x)->major = SOUND_VER_MAJOR; \