# HG changeset patch # User Ryan C. Gordon # Date 1010125592 0 # Node ID 9d436dbb1666ff15d97eca3f7c37408cd9928e34 # Parent 05bb0259cd2af63a5d3378a1c749492aaa2c18db Sync version number to that of libSDL_sound. diff -r 05bb0259cd2a -r 9d436dbb1666 playsound/playsound.c --- a/playsound/playsound.c Wed Jan 02 01:12:03 2002 +0000 +++ b/playsound/playsound.c Fri Jan 04 06:26:32 2002 +0000 @@ -37,7 +37,7 @@ #define PLAYSOUND_VER_MAJOR 0 #define PLAYSOUND_VER_MINOR 1 -#define PLAYSOUND_VER_PATCH 3 +#define PLAYSOUND_VER_PATCH 4 static void output_versions(const char *argv0) {