summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2010-10-08 08:30:45 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2010-10-08 08:30:45 +0200
commit59425cbec511cdc314f2a22ee95b299f8fa06fc8 (patch)
tree3ef7989899424ec1f38125f06cf867b66dca57e7
parentc5a9cde842502afcb3d9d0115b1b42edfe07afd9 (diff)
downloadgnutls-59425cbec511cdc314f2a22ee95b299f8fa06fc8.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--lib/m4/hooks.m46
3 files changed, 5 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index af4a43140f..88f9b38ba7 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005,
2006, 2007, 2008, 2009, 2010 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 2.11.2 (unreleased)
+* Version 2.11.2 (released 2010-10-08)
** libgnutls: Several bug fixes on session resumption
and session tickets support.
diff --git a/configure.ac b/configure.ac
index 086ab8ffd6..0c6e9c8d79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.11.1], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.11.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index f1a7ea05a5..918575f6ff 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -26,9 +26,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 43)
- AC_SUBST(LT_REVISION, 1)
- AC_SUBST(LT_AGE, 17)
+ AC_SUBST(LT_CURRENT, 44)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 18)
AC_SUBST(CXX_LT_CURRENT, 27)
AC_SUBST(CXX_LT_REVISION, 0)