From 8a4850fa51d46380a5f4177493a6372c4e24e0ea Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Thu, 31 Jan 2008 12:58:30 +0100 Subject: [PATCH] Bump versions. --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.in b/configure.in index a3bbf6f..7ceec66 100644 --- a/configure.in +++ b/configure.in @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce a configure script. # along with this program. If not, see . AC_PREREQ(2.61) -AC_INIT([libtasn1],[1.2],[bug-gnutls@gnu.org]) +AC_INIT([libtasn1],[1.3],[bug-gnutls@gnu.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_HEADERS(config.h) AM_INIT_AUTOMAKE([1.10]) @@ -28,7 +28,7 @@ AB_INIT # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 3) -AC_SUBST(LT_REVISION, 13) +AC_SUBST(LT_REVISION, 14) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.11.4.GIT