summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-05-28 11:55:17 +0000
committerSimon Josefsson <simon@josefsson.org>2005-05-28 11:55:17 +0000
commit148bb47c4ee37beccabed5be91dd1258e5409653 (patch)
tree2b4ffe1479c5b389acbf797dbe52ae0dbe0e58e7
parent0945bfcb1804f140aeff6725924af9925b82fbd2 (diff)
downloadgnutls-148bb47c4ee37beccabed5be91dd1258e5409653.tar.gz
Bump versions.
-rw-r--r--NEWS2
-rw-r--r--configure.in4
2 files changed, 4 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index b343311c8c..34c073e570 100644
--- 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
diff --git a/configure.in b/configure.in
index e2e338dd8a..7358f7332c 100644
--- a/configure.in
+++ b/configure.in
@@ -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)