]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Mon, 4 Apr 2005 22:53:50 +0000 (22:53 +0000)
committerSimon Josefsson <simon@josefsson.org>
Mon, 4 Apr 2005 22:53:50 +0000 (22:53 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 04dc211191ccc35f633df2434589a2272dac6fa6..b8902333c32d35fc299cdc84de3cfa65789044e0 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Copyright (C) 2004, 2005 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
 See the end for copying conditions.
 
+* Version 1.2.2
+
 * Version 1.2.1 (2005-04-04)
 - gnutls_bye() will no longer fail when RDWR is used and application
   data are available for reading.
index fd978d6a94a8dd173904771781d27230f6d7b1c4..ffc473d79a65d3747fb27126f9c238dff41c34ae 100644 (file)
@@ -19,7 +19,7 @@ dnl Process this file with autoconf to produce a configure script.
 # along with GNUTLS; if not, write to the Free Software Foundation,
 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 
-AC_INIT(gnutls, [1.2.1], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.2.2], [bug-gnutls@gnu.org])
 AC_PREREQ(2.59)
 
 AC_CANONICAL_TARGET
@@ -33,7 +33,7 @@ AB_INIT
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 LT_CURRENT=14
-LT_REVISION=0
+LT_REVISION=1
 LT_AGE=2
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)