changeset 547:91ecafae17bc stable-1.0

Reset MICRO_VERSION in configure.in to restore binary compatibility with version 1.0.1 (thanks, Hans!).
author Ryan C. Gordon <icculus@icculus.org>
date Sat, 19 Apr 2008 05:06:36 +0000
parents 4bfcf71c4fa1
children cbb8f13ca516
files CHANGELOG configure.in
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/CHANGELOG	Thu Apr 17 22:32:39 2008 +0000
+++ b/CHANGELOG	Sat Apr 19 05:06:36 2008 +0000
@@ -2,6 +2,8 @@
  * CHANGELOG.
  */
 
+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.
 04172008 - Look for Speex includes in new directory. Converted all text
            encoding from ISO-8859-1 to UTF-8. Fixed "make dist" script for
--- a/configure.in	Thu Apr 17 22:32:39 2008 +0000
+++ b/configure.in	Sat Apr 19 05:06:36 2008 +0000
@@ -15,7 +15,7 @@
 
 MAJOR_VERSION=1
 MINOR_VERSION=0
-MICRO_VERSION=2
+MICRO_VERSION=1
 INTERFACE_AGE=0
 BINARY_AGE=0
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION