summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-10-05 15:48:30 +0200
committerSimon Josefsson <simon@josefsson.org>2008-10-05 15:48:30 +0200
commit321f8ff58a33e46ff63af2cf9e2ac3854548bb06 (patch)
treef13cb096899526547743edcedd915089dbb557d2 /configure.in
parentbada53bf440a7b0256ce848c01d4634116d65339 (diff)
downloadgnutls-321f8ff58a33e46ff63af2cf9e2ac3854548bb06.tar.gz
Bump versions.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.in b/configure.in
index 9d1f983c5f..4f024e576a 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.6.0], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [2.7.0], [bug-gnutls@gnu.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
@@ -33,9 +33,9 @@ AM_CONFIG_HEADER(config.h)
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 37)
-AC_SUBST(LT_REVISION, 1)
-AC_SUBST(LT_AGE, 11)
+AC_SUBST(LT_CURRENT, 38)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 12)
# Used when creating the Windows libgnutls-XX.def files.
SOVERSION=`expr ${LT_CURRENT} - ${LT_AGE}`