]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 8 Oct 2010 06:30:45 +0000 (08:30 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Fri, 8 Oct 2010 06:30:45 +0000 (08:30 +0200)
NEWS
configure.ac
lib/m4/hooks.m4

diff --git a/NEWS b/NEWS
index af4a43140f58ac2341b2fda05f6c514ab90ca083..88f9b38ba73a0bfed0ae50dbe5b00d284ccb8f76 100644 (file)
--- 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.
index 086ab8ffd6dea7203d95d52ef10be8fab39fd021..0c6e9c8d79a82cd092c25572dff941eddc448d36 100644 (file)
@@ -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])
 
index f1a7ea05a501bae49eb8accfdfe59540310b08a8..918575f6ffd99ab170033bc72ef02d4199ad68d6 100644 (file)
@@ -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)