diff playsound/playsound.c @ 196:9d436dbb1666

Sync version number to that of libSDL_sound.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 04 Jan 2002 06:26:32 +0000
parents bfe5031726e8
children e27b33a6d5fe
line wrap: on
line diff
--- 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)
 {