summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-08-29 13:47:43 +0200
committerSimon Josefsson <simon@josefsson.org>2008-08-29 13:47:43 +0200
commita672cde7813f51af15868d513b7e2271762d0b6b (patch)
tree0fe4dc578633fda6eb6c23c57d45098eed106ca8 /configure.in
parente71f81a6cd99e728f9bdb22b9ba2335d581c4144 (diff)
downloadgnutls-a672cde7813f51af15868d513b7e2271762d0b6b.tar.gz
Bump versions.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index d3c202b88b..5b600d076d 100644
--- a/configure.in
+++ b/configure.in
@@ -22,7 +22,7 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.61)
-AC_INIT([GnuTLS], [2.5.5], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.5.6], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AM_INIT_AUTOMAKE([1.10 dist-bzip2])
@@ -33,7 +33,7 @@ AM_CONFIG_HEADER(config.h)
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 34)
-AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_REVISION, 1)
AC_SUBST(LT_AGE, 8)
# Used when creating the Windows libgnutls-XX.def files.