From 380c55d13b6c1e25cc7e4a278686021cbbd8a14c Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Wed, 14 Mar 2012 22:49:03 +0100 Subject: [PATCH] bumped version. --- configure.ac | 2 +- m4/hooks.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 619475cd5..6fdf1d4bb 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.0.15], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.0.16], [bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 918855370..cc4d67d40 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -44,7 +44,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], AC_SUBST(LT_AGE, 6) AC_SUBST(LT_SSL_CURRENT, 27) - AC_SUBST(LT_SSL_REVISION, 1) + AC_SUBST(LT_SSL_REVISION, 2) AC_SUBST(LT_SSL_AGE, 0) AC_SUBST(CXX_LT_CURRENT, 28) -- 2.11.4.GIT