diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-26 15:18:10 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-03-26 15:18:10 +0100 |
commit | 3f80a75d2a91170c51c189c7e69538726130850f (patch) | |
tree | ab99e09fed95f714787ea4eb602c437733ad77a9 /m4 | |
parent | b6384740ea65abf2dc947778759a4db435fc8e05 (diff) | |
download | gnutls-3f80a75d2a91170c51c189c7e69538726130850f.tar.gz |
bump so version
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 f669d938f2..776209f8c1 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 - AC_SUBST(LT_CURRENT, 55) + AC_SUBST(LT_CURRENT, 63) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 27) + AC_SUBST(LT_AGE, 35) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |