summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 18:35:29 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2016-07-05 18:35:29 +0200
commite73f701cd0ae2ba026018f44a0d084815cab4087 (patch)
treed3bd3bb236d97486ffef36fb5bb0916ae42d822c
parentb9952c4ec26895873292d3a80153ebb5c846b569 (diff)
downloadgnutls-e73f701cd0ae2ba026018f44a0d084815cab4087.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 5b7e2a94de..4597a02891 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.23], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.24], [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 123ba6e4b7..5fa7afa5fc 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, 15)
+ AC_SUBST(LT_REVISION, 16)
AC_SUBST(LT_AGE, 41)
AC_SUBST(LT_SSL_CURRENT, 27)