From 3e8caeb7246173354f1a1f0e03b8efd7780cc91f Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Tue, 19 Sep 2006 11:03:26 +0000 Subject: [PATCH] Bump versions. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 52e7770..770fcd6 100644 --- a/configure.in +++ b/configure.in @@ -17,8 +17,8 @@ dnl Process this file with autoconf to produce a configure script. # along with this file; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -AC_PREREQ(2.59) -AC_INIT([libtasn1], [0.3.6], [bug-gnutls@gnu.org]) +AC_PREREQ(2.60) +AC_INIT([libtasn1], [0.3.7], [bug-gnutls@gnu.org]) AM_INIT_AUTOMAKE([1.9 gnits]) AM_CONFIG_HEADER(config.h) AB_INIT @@ -28,7 +28,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 3) -AC_SUBST(LT_REVISION, 6) +AC_SUBST(LT_REVISION, 7) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.7.4