summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-08-07 11:31:36 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-08-08 08:25:11 +0200
commit1ba1fb46e228197ad18be1fac26c450c7ecf6479 (patch)
treeb5b2d96ee6dc0504c42f0ed65ec4caae5773fcf1
parenta1de92b2078303625a1114c9105ea0219f14c027 (diff)
downloadgnutls-1ba1fb46e228197ad18be1fac26c450c7ecf6479.tar.gz
prepared for release 3.5.3
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index ce26ae0355..d933ff5de4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.5.2], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.3], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
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)