# HG changeset patch # User Ryan C. Gordon # Date 1034179811 0 # Node ID ba94ffe34a4777984ed10c0594f6fa6ee6a03a56 # Parent 72383155bfacd7261a89048ea5b257c3d9fb7f4e Upped version to 1.0.0. diff -r 72383155bfac -r ba94ffe34a47 SDL_sound.h --- a/SDL_sound.h Wed Oct 09 16:09:57 2002 +0000 +++ b/SDL_sound.h Wed Oct 09 16:10:11 2002 +0000 @@ -82,9 +82,9 @@ # 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 diff -r 72383155bfac -r ba94ffe34a47 configure.in --- a/configure.in Wed Oct 09 16:09:57 2002 +0000 +++ b/configure.in Wed Oct 09 16:10:11 2002 +0000 @@ -13,9 +13,9 @@ # 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