From db45d3a87629a9cee5ad883008a0697529f50875 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Wed, 18 Jan 2006 09:36:25 +0000 Subject: [PATCH] Bump versions. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 92ad1ed..72e80e8 100644 --- a/configure.in +++ b/configure.in @@ -1,5 +1,5 @@ dnl Process this file with autoconf to produce a configure script. -# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation +# Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation # # This file is part of LIBTASN1. # @@ -18,7 +18,7 @@ dnl Process this file with autoconf to produce a configure script. # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. AC_PREREQ(2.59) -AC_INIT(libtasn1, 0.2.17, bug-gnutls@gnu.org) +AC_INIT(libtasn1, 0.2.18, 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, 2) -AC_SUBST(LT_REVISION, 17) +AC_SUBST(LT_REVISION, 18) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.11.4.GIT