diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-09 07:52:14 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-05-09 07:52:14 +0200 |
commit | aab2d99754b35da286be5814a9f9d28f34be9009 (patch) | |
tree | 0fac08986ae701ced6135c53e073ceadc203cbe2 /m4 | |
parent | 0cd0db697e71b4eb09ffe8051c291e79067143b5 (diff) | |
download | gnutls-aab2d99754b35da286be5814a9f9d28f34be9009.tar.gz |
bumped soversion
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
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) |