fixup libtool versions

This commit is contained in:
Klas Lindfors
2015-01-08 12:51:23 +01:00
parent 5d82d011ce
commit 9cd8c6d814
+2 -2
View File
@@ -32,8 +32,8 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 2)
AC_SUBST([LT_REVISION], 1)
AC_SUBST([LT_CURRENT], 1)
AC_SUBST([LT_REVISION], 2)
AC_SUBST([LT_AGE], 0)
AM_INIT_AUTOMAKE([-Wall -Werror foreign])