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.
# 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])
# 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}`