diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2016-08-07 11:31:36 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-08-08 08:25:11 +0200 |
commit | 1ba1fb46e228197ad18be1fac26c450c7ecf6479 (patch) | |
tree | b5b2d96ee6dc0504c42f0ed65ec4caae5773fcf1 /m4 | |
parent | a1de92b2078303625a1114c9105ea0219f14c027 (diff) | |
download | gnutls-1ba1fb46e228197ad18be1fac26c450c7ecf6479.tar.gz |
prepared for release 3.5.3
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index fb145b6470..7ce5e6a464 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, 38) - AC_SUBST(LT_REVISION, 1) - AC_SUBST(LT_AGE, 8) + AC_SUBST(LT_CURRENT, 39) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 9) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |