Revert the configure.ac portion of c31a0425.

Bugfixes don't change the libtool versions, so revert back.
This commit is contained in:
Thordur Bjornsson
2018-08-08 15:25:09 +02:00
parent c31a042595
commit 419d0da8bc
+2 -2
View File
@@ -33,8 +33,8 @@ AC_CONFIG_MACRO_DIR([m4])
# Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++ # Interfaces added: AGE++
# Interfaces removed: AGE=0 # Interfaces removed: AGE=0
AC_SUBST([LT_CURRENT], 6) AC_SUBST([LT_CURRENT], 5)
AC_SUBST([LT_REVISION], 1) AC_SUBST([LT_REVISION], 2)
AC_SUBST([LT_AGE], 4) AC_SUBST([LT_AGE], 4)
AM_INIT_AUTOMAKE([-Wall -Werror foreign]) AM_INIT_AUTOMAKE([-Wall -Werror foreign])