diff playsound/playsound.c @ 563:11bb8cb8ebc8

I think we can call playsound a 1.0 release by now. :)
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 30 Jan 2009 02:45:38 -0500
parents 2e8907ff98e9
children 3b8748455aff
line wrap: on
line diff
--- a/playsound/playsound.c	Fri Jan 30 02:44:47 2009 -0500
+++ b/playsound/playsound.c	Fri Jan 30 02:45:38 2009 -0500
@@ -54,9 +54,9 @@
 #define DEFAULT_DECODEBUF 16384
 #define DEFAULT_AUDIOBUF  4096
 
-#define PLAYSOUND_VER_MAJOR  0
-#define PLAYSOUND_VER_MINOR  1
-#define PLAYSOUND_VER_PATCH  5
+#define PLAYSOUND_VER_MAJOR  1
+#define PLAYSOUND_VER_MINOR  0
+#define PLAYSOUND_VER_PATCH  0
 
 
 static const char *option_list[] =