]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Bump versions.
authorSimon Josefsson <simon@josefsson.org>
Sat, 28 May 2005 11:55:17 +0000 (11:55 +0000)
committerSimon Josefsson <simon@josefsson.org>
Sat, 28 May 2005 11:55:17 +0000 (11:55 +0000)
NEWS
configure.in

diff --git a/NEWS b/NEWS
index b343311c8ced9d6a142d9988e592ed6df916b987..34c073e570c951bc71a0a7ad8607bb733841cb49 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.5
+
 * Version 1.2.4 (2005-05-28)
 - Corrected some bugs that could affect 64 bit systems.
 - Some corrections in the header files to include the prototype
index e2e338dd8a229f66dbb59058aab107e8610305e9..7358f7332c7877709573efb34241c89a32c7dfb1 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., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
 
-AC_INIT(gnutls, [1.2.4], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.2.5], [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=15
-LT_REVISION=1
+LT_REVISION=2
 LT_AGE=3
 AC_SUBST(LT_CURRENT)
 AC_SUBST(LT_REVISION)