Mercurial > SDL_sound_CoreAudio
diff SDL_sound.h @ 15:4368fdb091b1
Upped version to 0.1.0.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Tue, 18 Sep 2001 11:03:59 +0000 |
parents | 5ff1dce70aec |
children | 734e5d75acec |
line wrap: on
line diff
--- 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; \