From 74312305c6c05eb260e6b464725b9153dd50a6f0 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Fri, 2 Nov 2012 19:58:48 +0100 Subject: [PATCH] bumped version --- configure.ac | 2 +- m4/hooks.m4 | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/configure.ac b/configure.ac index 1d23cb438..736f81505 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.1.3], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.1.4], [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 2c56b00c0..6117e83cb 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,17 +39,17 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 41) + AC_SUBST(LT_CURRENT, 42) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 13) + AC_SUBST(LT_AGE, 14) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) AC_SUBST(LT_SSL_AGE, 0) - AC_SUBST(LT_DANE_CURRENT, 0) + AC_SUBST(LT_DANE_CURRENT, 1) AC_SUBST(LT_DANE_REVISION, 0) - AC_SUBST(LT_DANE_AGE, 0) + AC_SUBST(LT_DANE_AGE, 1) AC_SUBST(CXX_LT_CURRENT, 29) AC_SUBST(CXX_LT_REVISION, 0) -- 2.11.4.GIT