changeset 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 7e08477b0fc1
children 72eb2d7debbe
files playsound/playsound.c
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
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[] =