From c389878c5d88a5a1f79baf15cafac59d52bee816 Mon Sep 17 00:00:00 2001 From: Josh Green Date: Fri, 30 Oct 2009 19:19:35 +0000 Subject: [PATCH] Updated libtool library versions for release. --- fluidsynth/configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fluidsynth/configure.ac b/fluidsynth/configure.ac index e2dee381..bbc182e6 100644 --- a/fluidsynth/configure.ac +++ b/fluidsynth/configure.ac @@ -28,9 +28,9 @@ dnl if any interfaces added/removed/changed: lt_current++ and lt_revision=0 dnl if any interfaces have been added: lt_age++ dnl if any interfaces have been removed/changed (compatibility broken): lt_age=0 -m4_define([lt_current], [2]) -m4_define([lt_revision], [3]) -m4_define([lt_age], [1]) +m4_define([lt_current], [3]) +m4_define([lt_revision], [0]) +m4_define([lt_age], [2]) LT_VERSION_INFO="lt_current:lt_revision:lt_age" AC_SUBST(LT_VERSION_INFO)