changeset 549:394e3ec86164 stable-1.0 release-1.0.3

Upped version to 1.0.3.
author Ryan C. Gordon <icculus@icculus.org>
date Sun, 20 Apr 2008 20:36:59 +0000
parents cbb8f13ca516
children 3b1d1269e20d
files CHANGELOG SDL_sound.h
diffstat 2 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Sun Apr 20 20:36:33 2008 +0000
+++ b/CHANGELOG	Sun Apr 20 20:36:59 2008 +0000
@@ -2,6 +2,7 @@
  * CHANGELOG.
  */
 
+04202008 - Upped version to 1.0.3 (brown paper bag release for soname bug).
 04192008 - Apparently MICRO_VERSION in configure.in doesn't do what I think;
            reset for binary compatibility (thanks, Hans!).
 04182008 - Include <math.h> in shn.c.
--- a/SDL_sound.h	Sun Apr 20 20:36:33 2008 +0000
+++ b/SDL_sound.h	Sun Apr 20 20:36:59 2008 +0000
@@ -85,7 +85,7 @@
 
 #define SOUND_VER_MAJOR 1
 #define SOUND_VER_MINOR 0
-#define SOUND_VER_PATCH 2
+#define SOUND_VER_PATCH 3
 #endif