changeset 463:6e50a61059b8

Upped version to 1.0.1.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 12 Oct 2003 18:22:06 +0000
parents e6c547e17fa6
children 182533748715
files Doxyfile SDL_sound.h configure.in
diffstat 3 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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.
--- 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
 
 
--- 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