From: Simon Josefsson Date: Sun, 5 Oct 2008 13:48:30 +0000 (+0200) Subject: Bump versions. X-Git-Tag: gnutls_2_7_0~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=321f8ff58a33e46ff63af2cf9e2ac3854548bb06;p=thirdparty%2Fgnutls.git Bump versions. --- diff --git a/NEWS b/NEWS index b94cfbf051..d7af0c3ace 100644 --- a/NEWS +++ b/NEWS @@ -3,7 +3,7 @@ Copyright (C) 2004, 2005, 2006, 2007, 2008 Simon Josefsson Copyright (C) 2000, 2001, 2002, 2003, 2004 Nikos Mavrogiannopoulos See the end for copying conditions. -* Version 2.6.0 (unreleased) +* Version 2.7.0 (unreleased) ** libgnutls: Added functions to handle CRL extensions. 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}`