From: Klas Lindfors Date: Wed, 19 Sep 2012 06:11:38 +0000 (+0200) Subject: didn't read properly how the LT_ versioning flags should change X-Git-Tag: v1.8.0~36 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38c4a8998351705765b63da86c357b8ea50edd1;p=yubikey-personalization didn't read properly how the LT_ versioning flags should change --- diff --git a/configure.ac b/configure.ac index 61490a2..1a214cc 100644 --- a/configure.ac +++ b/configure.ac @@ -36,8 +36,8 @@ AC_CONFIG_MACRO_DIR([m4]) # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 8) -AC_SUBST(LT_REVISION, 1) +AC_SUBST(LT_CURRENT, 9) +AC_SUBST(LT_REVISION, 0) AC_SUBST(LT_AGE, 8) AM_INIT_AUTOMAKE([-Wall -Werror])