summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-05 13:15:48 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-05 13:15:48 +0200
commitca1d5aeaf5e9978cf6988ac28c65f14f54c41e41 (patch)
treeab5cca9210d1605dd883b65fd28f6634fe41a31a
parent2391181625208d92788162f3ea04d768c2a622dd (diff)
downloadgnutls-ca1d5aeaf5e9978cf6988ac28c65f14f54c41e41.tar.gz
bumped version
-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 ccbec3b26f..e83bd8efcd 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.24], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.25], [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 5fa7afa5fc..44de7d34e3 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, 69)
- AC_SUBST(LT_REVISION, 16)
- AC_SUBST(LT_AGE, 41)
+ AC_SUBST(LT_CURRENT, 70)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 42)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)