diff SDL_sound.h @ 427:ba94ffe34a47

Upped version to 1.0.0.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 09 Oct 2002 16:10:11 +0000
parents 55c6695b6038
children b9856ba6fb4e
line wrap: on
line diff
--- a/SDL_sound.h	Wed Oct 09 16:09:57 2002 +0000
+++ b/SDL_sound.h	Wed Oct 09 16:10:11 2002 +0000
@@ -82,9 +82,9 @@
 #  define SNDDECLSPEC
 #endif
 
-#define SOUND_VER_MAJOR 0
-#define SOUND_VER_MINOR 1
-#define SOUND_VER_PATCH 5
+#define SOUND_VER_MAJOR 1
+#define SOUND_VER_MINOR 0
+#define SOUND_VER_PATCH 0
 #endif