summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-07 13:59:30 +0100
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-01-07 13:59:30 +0100
commitbaae6a2a55bf6ca5a90a1d95eb1e409f88840abc (patch)
treea8ad69a03b5ae642dc6d59059a1d71676e8aef93
parent0a0f6a752108190a2a8ae44e87314563145f8f61 (diff)
downloadgnutls-baae6a2a55bf6ca5a90a1d95eb1e409f88840abc.tar.gz
bumped version
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c7a83b8a32..729162c733 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.3.19], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.20], [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 a7447817d2..a28216f801 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 69)
- AC_SUBST(LT_REVISION, 11)
+ AC_SUBST(LT_REVISION, 12)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)