From: Nikos Mavrogiannopoulos Date: Mon, 9 May 2016 05:52:14 +0000 (+0200) Subject: bumped soversion X-Git-Tag: gnutls_3_5_0~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=aab2d99754b35da286be5814a9f9d28f34be9009;p=thirdparty%2Fgnutls.git bumped soversion --- diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 1676e17483..ca049fd012 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 36) + AC_SUBST(LT_CURRENT, 37) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 6) + AC_SUBST(LT_AGE, 7) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2)