diff --git a/fluidsynth/ChangeLog b/fluidsynth/ChangeLog index 421a38bd..e6ed8953 100644 --- a/fluidsynth/ChangeLog +++ b/fluidsynth/ChangeLog @@ -1,3 +1,8 @@ +2007-11-17 Josh Green + + * FluidSynth release 1.0.8 "Its about funky time!" + * configure.ac: Bumped LT_REVISION. + 2007-11-11 Josh Green * configure.ac: Added --enable-trap-on-fpe and --enable-fpe-check to diff --git a/fluidsynth/configure.ac b/fluidsynth/configure.ac index 0adaf6c2..d4483495 100644 --- a/fluidsynth/configure.ac +++ b/fluidsynth/configure.ac @@ -29,7 +29,7 @@ dnl if any interfaces have been added: LT_AGE++ dnl if any interfaces have been removed/changed (compatibility broken): LT_AGE=0 LT_CURRENT=2 -LT_REVISION=1 +LT_REVISION=2 LT_AGE=1 LT_VERSION_INFO="${LT_CURRENT}:${LT_REVISION}:${LT_AGE}"