diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-12-03 09:28:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-12-03 09:28:10 +0100 |
commit | 1b05ac7552c2d4db890d67596ae75e7153f3e03b (patch) | |
tree | 3f9ec50b847b32d12eab0b8427073634e1611920 /m4 | |
parent | 031083aed4431e98490930a30cea401ea0bed6cb (diff) | |
download | gnutls-1b05ac7552c2d4db890d67596ae75e7153f3e03b.tar.gz |
increased gnutls' soversion
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index ad4877dd40..0b251ed751 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -41,7 +41,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 83) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 55) + AC_SUBST(LT_AGE, 0) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |