Skip to content

Commit

Permalink
Upped version to 0.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jan 2, 2002
1 parent 585a957 commit 163f791
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SDL_sound.h
Expand Up @@ -71,7 +71,7 @@ extern "C" {

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


/**
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=3
MICRO_VERSION=4
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down

0 comments on commit 163f791

Please sign in to comment.