summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-08-01 22:39:44 +0200
committerSimon Josefsson <simon@josefsson.org>2010-08-01 22:39:44 +0200
commiteea9201f6cab946bf7cf941222d20b18a561c9b0 (patch)
tree9703278450b03413c69be9973e84c9bd512fe87b
parent464beee615525ec68d97fc4a9ed126b273cc90fe (diff)
downloadgnutls-eea9201f6cab946bf7cf941222d20b18a561c9b0.tar.gz
Bump versions.
-rw-r--r--NEWS3
-rw-r--r--configure.ac2
-rw-r--r--lib/configure.ac2
-rw-r--r--lib/m4/hooks.m42
-rw-r--r--libextra/configure.ac2
5 files changed, 7 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 048832a1c7..5bac44b392 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,9 @@ See the end for copying conditions.
cipher. This prevented the usage of the TLS ciphersuites with NULL
cipher.
+** API and ABI modifications:
+No changes since last version.
+
* Version 2.10.1 (released 2010-07-25)
** libgnutls: Added support for broken certificates that indicate RSA
diff --git a/configure.ac b/configure.ac
index c15fe3ac03..e2d98ea8f0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.10.1], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.10.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/configure.ac b/lib/configure.ac
index c2a03945b7..b6c258d233 100644
--- a/lib/configure.ac
+++ b/lib/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# MA 02110-1301, USA
AC_PREREQ(2.61)
-AC_INIT([libgnutls], [2.10.1], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls], [2.10.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index 252efeeca8..414ab9f6cb 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,7 +27,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 42)
- AC_SUBST(LT_REVISION, 9)
+ AC_SUBST(LT_REVISION, 10)
AC_SUBST(LT_AGE, 16)
# Used when creating the Windows libgnutls-XX.def files.
diff --git a/libextra/configure.ac b/libextra/configure.ac
index b12e8478e6..f8e3c7bfe0 100644
--- a/libextra/configure.ac
+++ b/libextra/configure.ac
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# 02110-1301, USA.
AC_PREREQ(2.61)
-AC_INIT([libgnutls-extra], [2.10.1], [bug-gnutls@gnu.org])
+AC_INIT([libgnutls-extra], [2.10.2], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])