changeset 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 41e5e07c5fed
children 3efbcaf36fec
files SDL_sound.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
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; \