diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-12-03 10:10:05 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-12-03 10:10:05 +0100 |
commit | 898406dca3788178f880dc33896f6703d3d1d6f7 (patch) | |
tree | 2adb55cd200d1bbbfa608c3bb049a576759c639c /m4 | |
parent | e84dc22ad19fdd0d06c96597dbefd29e449f119b (diff) | |
download | gnutls-898406dca3788178f880dc33896f6703d3d1d6f7.tar.gz |
reduced current 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 a1187bb776..223d8d7338 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,7 +39,7 @@ 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, 83) + AC_SUBST(LT_CURRENT, 30) AC_SUBST(LT_REVISION, 0) AC_SUBST(LT_AGE, 0) |