From d556736d988f03eb9da0d0e7c7b03e66c4061d68 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 11 Feb 2006 10:47:24 +0000 Subject: [PATCH] Bump versions. --- configure.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 51ac267..8277549 100644 --- a/configure.in +++ b/configure.in @@ -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.18, bug-gnutls@gnu.org) +AC_INIT(libtasn1, 0.3.0, bug-gnutls@gnu.org) AM_INIT_AUTOMAKE([1.9 gnits]) AM_CONFIG_HEADER(config.h) AB_INIT @@ -27,8 +27,8 @@ AB_INIT # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 -AC_SUBST(LT_CURRENT, 2) -AC_SUBST(LT_REVISION, 18) +AC_SUBST(LT_CURRENT, 3) +AC_SUBST(LT_REVISION, 0) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.11.4.GIT