summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-04 19:05:01 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-01-04 19:05:18 +0100
commit98356f96e64839ff0b129659c2276283191684b4 (patch)
tree680f0f9abccc3ce870ed812561c49078b47bb66a
parent34dedf66c517768b79df229bc0a2067e7aa7568d (diff)
downloadgnutls-98356f96e64839ff0b129659c2276283191684b4.tar.gz
bumped version
-rw-r--r--NEWS2
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m44
3 files changed, 4 insertions, 4 deletions
diff --git a/NEWS b/NEWS
index 106cde28f1..58b6a818dd 100644
--- a/NEWS
+++ b/NEWS
@@ -2,7 +2,7 @@ GnuTLS NEWS -- History of user-visible changes. -*- outline -*-
Copyright (C) 2000-2011 Free Software Foundation, Inc.
See the end for copying conditions.
-* Version 3.0.10 (unreleased)
+* Version 3.0.10 (released 2012-01-04)
** gnutls-cli/serv: Set don't fragment bit in DTLS sessions
in Linux as well as in BSD.
diff --git a/configure.ac b/configure.ac
index 7c0812e41d..dfe00d3b57 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [3.0.9], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.0.10], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index ff1426b099..e38f5c591c 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
- AC_SUBST(LT_CURRENT, 32)
+ AC_SUBST(LT_CURRENT, 33)
AC_SUBST(LT_REVISION, 0)
- AC_SUBST(LT_AGE, 4)
+ AC_SUBST(LT_AGE, 5)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 1)