changeset 427:ba94ffe34a47

Upped version to 1.0.0.
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 09 Oct 2002 16:10:11 +0000
parents 72383155bfac
children c2a25d2b5784
files SDL_sound.h configure.in
diffstat 2 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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
 
 
--- 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