changeset 543:989a46bb88d2 stable-1.0 release-1.0.2

Upped version to 1.0.2.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 17 Apr 2008 18:25:38 +0000
parents 1f0a57a2483f
children 2ba97bf64d03
files CHANGELOG SDL_sound.h configure.in
diffstat 3 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Apr 17 18:16:59 2008 +0000
+++ b/CHANGELOG	Thu Apr 17 18:25:38 2008 +0000
@@ -5,6 +5,7 @@
 04172008 - Look for Speex includes in new directory. Converted all text
            encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
            dealing with Subversion instead of CVS. Added Speex to the README.
+           Upped version to 1.0.2.
 04112008 - Check if Speex header has bogus data (CVE-2008-1686).
 08062007 - Updated my email address.
 07152007 - Minor correction in Timidity resampling code (Thanks, Sam!).
--- a/SDL_sound.h	Thu Apr 17 18:16:59 2008 +0000
+++ b/SDL_sound.h	Thu Apr 17 18:25:38 2008 +0000
@@ -85,7 +85,7 @@
 
 #define SOUND_VER_MAJOR 1
 #define SOUND_VER_MINOR 0
-#define SOUND_VER_PATCH 1
+#define SOUND_VER_PATCH 2
 #endif
 
 
--- a/configure.in	Thu Apr 17 18:16:59 2008 +0000
+++ b/configure.in	Thu Apr 17 18:25:38 2008 +0000
@@ -15,7 +15,7 @@
 
 MAJOR_VERSION=1
 MINOR_VERSION=0
-MICRO_VERSION=1
+MICRO_VERSION=2
 INTERFACE_AGE=0
 BINARY_AGE=0
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION