From a95e0dfcde18a6effa4ef06fbdc0d0bb3eb31868 Mon Sep 17 00:00:00 2001 From: "Ryan C. Gordon" Date: Thu, 17 Apr 2008 18:25:38 +0000 Subject: [PATCH] Upped version to 1.0.2. --- CHANGELOG | 1 + SDL_sound.h | 2 +- configure.in | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fbcb160..d2bee63 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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!). diff --git a/SDL_sound.h b/SDL_sound.h index 78679fc..6471aec 100644 --- a/SDL_sound.h +++ b/SDL_sound.h @@ -85,7 +85,7 @@ extern "C" { #define SOUND_VER_MAJOR 1 #define SOUND_VER_MINOR 0 -#define SOUND_VER_PATCH 1 +#define SOUND_VER_PATCH 2 #endif diff --git a/configure.in b/configure.in index d15f697..71d775f 100644 --- a/configure.in +++ b/configure.in @@ -15,7 +15,7 @@ dnl --------------------------------------------------------------------- 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