Skip to content

Commit

Permalink
Upped version to 0.1.5.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Feb 8, 2002
1 parent 07d225a commit 5dba986
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions SDL_sound.h
Expand Up @@ -38,13 +38,14 @@
* - .WAV (Microsoft WAVfile RIFF data, internal.)
* - .VOC (Creative Labs' Voice format, internal.)
* - .MP3 (MPEG-1 Layer 3 support, via the SMPEG library.)
* - .MID (MIDI music converted to Waveform data, via Timidity.)
* - .MOD (MOD files, via MikMod.)
* - .MID (MIDI music converted to Waveform data, internal.)
* - .MOD (MOD files, via MikMod and ModPlug.)
* - .OGG (Ogg files, via Ogg Vorbis libraries.)
* - .SHN (Shorten files, internal.)
* - .RAW (Raw sound data in any format, internal.)
* - .CDA (CD audio read into a sound buffer, internal.)
* - .AU
* - .AIFF
* - .AU (Sun's Audio format, internal.)
* - .AIFF (Audio Interchange format, internal.)
* - .FLAC (Lossless audio compression, via libFLAC.)
*
* (...and more to come...)
*
Expand All @@ -71,7 +72,7 @@ extern "C" {

#define SOUND_VER_MAJOR 0
#define SOUND_VER_MINOR 1
#define SOUND_VER_PATCH 4
#define SOUND_VER_PATCH 5


/**
Expand Down
2 changes: 1 addition & 1 deletion configure.in
Expand Up @@ -15,7 +15,7 @@ dnl ---------------------------------------------------------------------

MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=4
MICRO_VERSION=5
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down
2 changes: 1 addition & 1 deletion playsound/playsound.c
Expand Up @@ -37,7 +37,7 @@

#define PLAYSOUND_VER_MAJOR 0
#define PLAYSOUND_VER_MINOR 1
#define PLAYSOUND_VER_PATCH 4
#define PLAYSOUND_VER_PATCH 5

static void output_versions(const char *argv0)
{
Expand Down

0 comments on commit 5dba986

Please sign in to comment.