From 9cd8c6d81409007e66e1a870d0f719f05239019a Mon Sep 17 00:00:00 2001 From: Klas Lindfors Date: Thu, 8 Jan 2015 12:51:23 +0100 Subject: [PATCH] fixup libtool versions --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 70e0290..d965b78 100644 --- a/configure.ac +++ b/configure.ac @@ -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])