mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-23 20:31:43 +00:00
Updated libtool library versions for release.
This commit is contained in:
parent
f746e8d1ec
commit
c389878c5d
1 changed files with 3 additions and 3 deletions
|
@ -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 added: lt_age++
|
||||||
dnl if any interfaces have been removed/changed (compatibility broken): lt_age=0
|
dnl if any interfaces have been removed/changed (compatibility broken): lt_age=0
|
||||||
|
|
||||||
m4_define([lt_current], [2])
|
m4_define([lt_current], [3])
|
||||||
m4_define([lt_revision], [3])
|
m4_define([lt_revision], [0])
|
||||||
m4_define([lt_age], [1])
|
m4_define([lt_age], [2])
|
||||||
|
|
||||||
LT_VERSION_INFO="lt_current:lt_revision:lt_age"
|
LT_VERSION_INFO="lt_current:lt_revision:lt_age"
|
||||||
AC_SUBST(LT_VERSION_INFO)
|
AC_SUBST(LT_VERSION_INFO)
|
||||||
|
|
Loading…
Reference in a new issue