summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-11-25 09:59:25 +0000
committerSimon Josefsson <simon@josefsson.org>2006-11-25 09:59:25 +0000
commita5a69bb6160f21d9f91a9b328db1964a87f38e9b (patch)
treee46e35623574f5548302389204ad6c01ae03332a /configure.in
parent76fd441582391cb1f3b1b3460ea588f38affb051 (diff)
downloadgnutls-a5a69bb6160f21d9f91a9b328db1964a87f38e9b.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 d263d2676a..a8feb25c37 100644
--- a/configure.in
+++ b/configure.in
@@ -20,7 +20,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.6.0], [bug-gnutls@gnu.org])
+AC_INIT(gnutls, [1.7.0], [bug-gnutls@gnu.org])
AC_PREREQ(2.60)
AC_CANONICAL_TARGET
@@ -33,9 +33,9 @@ AB_INIT
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 15)
-AC_SUBST(LT_REVISION, 1)
-AC_SUBST(LT_AGE, 2)
+AC_SUBST(LT_CURRENT, 16)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 3)
ac_full=1
# Used when creating the Windows libgnutls-XX.def files.