summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-03-13 09:14:42 +0000
committerSimon Josefsson <simon@josefsson.org>2006-03-13 09:14:42 +0000
commit0f68f95f71cccf8f716cbaf3fdfc1d88e8b04bfa (patch)
treeb5eb9921567aa68db572abc7b74489b318579a81
parent1710534a16d1df8a959d0e8fbfd4eed6680f2cb8 (diff)
downloadgnutls-0f68f95f71cccf8f716cbaf3fdfc1d88e8b04bfa.tar.gz
Bump versions.
-rw-r--r--configure.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.in b/configure.in
index 7c94dbc342..fa079ef825 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.10], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.2.11], [bug-gnutls@gnu.org])
AC_PREREQ(2.59)
AC_CANONICAL_TARGET
@@ -33,12 +33,12 @@ AB_INIT
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 15)
-AC_SUBST(LT_REVISION, 7)
+AC_SUBST(LT_REVISION, 8)
AC_SUBST(LT_AGE, 3)
ac_full=1
GNUTLS_GCRYPT_VERSION=1:1.2.2
-GNUTLS_LIBTASN1_VERSION=0.2.18
+GNUTLS_LIBTASN1_VERSION=0.3.2
AC_DEFINE_UNQUOTED(GNUTLS_GCRYPT_VERSION, "$GNUTLS_GCRYPT_VERSION", [version of gcrypt])
AC_DEFINE_UNQUOTED(GNUTLS_LIBTASN1_VERSION, "$GNUTLS_LIBTASN1_VERSION", [version of libtasn1])