# HG changeset patch # User Ryan C. Gordon # Date 1065982926 0 # Node ID 6e50a61059b85ca254395fbdcce823e28c292f33 # Parent e6c547e17fa64d9ce59af8c11c3f56c742eebf1b Upped version to 1.0.1. diff -r e6c547e17fa6 -r 6e50a61059b8 Doxyfile --- a/Doxyfile Sun Oct 12 18:21:06 2003 +0000 +++ b/Doxyfile Sun Oct 12 18:22:06 2003 +0000 @@ -23,7 +23,7 @@ # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 1.0.0 +PROJECT_NUMBER = 1.0.1 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. diff -r e6c547e17fa6 -r 6e50a61059b8 SDL_sound.h --- a/SDL_sound.h Sun Oct 12 18:21:06 2003 +0000 +++ b/SDL_sound.h Sun Oct 12 18:22:06 2003 +0000 @@ -85,7 +85,7 @@ #define SOUND_VER_MAJOR 1 #define SOUND_VER_MINOR 0 -#define SOUND_VER_PATCH 0 +#define SOUND_VER_PATCH 1 #endif diff -r e6c547e17fa6 -r 6e50a61059b8 configure.in --- a/configure.in Sun Oct 12 18:21:06 2003 +0000 +++ b/configure.in Sun Oct 12 18:22:06 2003 +0000 @@ -15,7 +15,7 @@ MAJOR_VERSION=1 MINOR_VERSION=0 -MICRO_VERSION=0 +MICRO_VERSION=1 INTERFACE_AGE=0 BINARY_AGE=0 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION