Skip to content

Commit

Permalink
Upped version to 1.0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Oct 9, 2002
1 parent d0aa29b commit 5af2a25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions SDL_sound.h
Expand Up @@ -82,9 +82,9 @@ extern "C" {
# define SNDDECLSPEC
#endif

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


Expand Down
6 changes: 3 additions & 3 deletions configure.in
Expand Up @@ -13,9 +13,9 @@ dnl ---------------------------------------------------------------------
# if backwards compatibility has been broken,
# set BINARY_AGE and INTERFACE_AGE to 0.

MAJOR_VERSION=0
MINOR_VERSION=1
MICRO_VERSION=5
MAJOR_VERSION=1
MINOR_VERSION=0
MICRO_VERSION=0
INTERFACE_AGE=0
BINARY_AGE=0
VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
Expand Down

0 comments on commit 5af2a25

Please sign in to comment.