# HG changeset patch # User Ryan C. Gordon # Date 1233301538 18000 # Node ID 11bb8cb8ebc8e45ea32a499b454f78ff36246e3f # Parent 7e08477b0fc19b405ec7cdf9f47ed8401dd8f473 I think we can call playsound a 1.0 release by now. :) diff -r 7e08477b0fc1 -r 11bb8cb8ebc8 playsound/playsound.c --- 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[] =