From 1c601bb18f6674f84239f8a4e35f170e022b85d8 Mon Sep 17 00:00:00 2001 From: Nikos Mavrogiannopoulos Date: Tue, 9 Oct 2012 20:31:30 +0200 Subject: [PATCH] bumped versions --- configure.ac | 2 +- m4/hooks.m4 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index 4d1b22f01..8d337eee5 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.2], [bug-gnutls@gnu.org]) +AC_INIT([GnuTLS], [3.1.3], [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 d3c8c7966..2c56b00c0 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 - AC_SUBST(LT_CURRENT, 40) + AC_SUBST(LT_CURRENT, 41) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 12) + AC_SUBST(LT_AGE, 13) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) -- 2.11.4.GIT