comparison playsound/playsound.c @ 252:c54eae85f5f1

Upped version to 0.1.5.
author Ryan C. Gordon <icculus@icculus.org>
date Fri, 08 Feb 2002 01:42:00 +0000
parents 034b2e56f405
children cf8c0bbbdc19
comparison
equal deleted inserted replaced
251:b9e090f89ef6 252:c54eae85f5f1
35 #define DEFAULT_DECODEBUF 16384 35 #define DEFAULT_DECODEBUF 16384
36 #define DEFAULT_AUDIOBUF 4096 36 #define DEFAULT_AUDIOBUF 4096
37 37
38 #define PLAYSOUND_VER_MAJOR 0 38 #define PLAYSOUND_VER_MAJOR 0
39 #define PLAYSOUND_VER_MINOR 1 39 #define PLAYSOUND_VER_MINOR 1
40 #define PLAYSOUND_VER_PATCH 4 40 #define PLAYSOUND_VER_PATCH 5
41 41
42 static void output_versions(const char *argv0) 42 static void output_versions(const char *argv0)
43 { 43 {
44 Sound_Version compiled; 44 Sound_Version compiled;
45 Sound_Version linked; 45 Sound_Version linked;