]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Thu, 4 Nov 2004 21:50:51 +0000 (21:50 +0000)
committerSimon Josefsson <simon@josefsson.org>
Thu, 4 Nov 2004 21:50:51 +0000 (21:50 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index 5cbf3f70303c06abbfd054f9cb3f4570e3febaec..be76ca9faf95174cfb4a2d592714d09e7f3d50db 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ Copyright (C) 2004 Simon Josefsson
 Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavroyanopoulos
 See the end for copying conditions.
 
+* Version 1.1.23
+
 * Version 1.1.22 (2004-11-04)
 - Replace GNU LD version script with Libtool -export-symbols-regex,
   from Joe Orton <joe@manyfish.co.uk>.
index 2485274dec172f25083f964700c964b02a0d7299..d35916e464f7b236d608e5a1cf6bbb66db9531f8 100644 (file)
@@ -20,12 +20,12 @@ dnl License along with GNU TLS; if not, write to the Free Software
 dnl Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 dnl 02111-1307, USA
 
-AC_INIT(gnutls, [1.1.22], [bug-gnutls@gnu.org])
-AC_PREREQ(2.57)
+AC_INIT(gnutls, [1.1.23], [bug-gnutls@gnu.org])
+AC_PREREQ(2.59)
 
 AC_CANONICAL_TARGET
 
-AM_INIT_AUTOMAKE([1.8 gnits dist-bzip2])
+AM_INIT_AUTOMAKE([1.9 gnits dist-bzip2])
 AM_CONFIG_HEADER(config.h)
 AB_INIT
 
@@ -34,7 +34,7 @@ AB_INIT
 # Interfaces added:                             AGE++
 # Interfaces removed:                           AGE=0
 LT_CURRENT=13
-LT_REVISION=22
+LT_REVISION=23
 LT_AGE=1
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)