From e19072e901956ceb0d95942a60f056ab0d7bb6b0 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 16 Jul 2005 11:41:53 +0000 Subject: [PATCH] Bump version. Add license. --- configure.in | 24 +++++++++++++++++++++--- 1 file changed, 21 insertions(+), 3 deletions(-) diff --git a/configure.in b/configure.in index 3aa282d..459d72c 100644 --- a/configure.in +++ b/configure.in @@ -1,6 +1,24 @@ dnl Process this file with autoconf to produce a configure script. -AC_PREREQ(2.50) -AC_INIT(libtasn1, 0.2.13, bug-gnutls@gnu.org) +# Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation +# +# This file is part of LIBTASN1. +# +# This file is free software; you can redistribute it and/or modify it +# under the terms of the GNU General Public License as published by +# the Free Software Foundation; either version 2 of the License, or +# (at your option) any later version. +# +# This file is distributed in the hope that it will be useful, but +# WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# 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.2.14, bug-gnutls@gnu.org) AM_INIT_AUTOMAKE([1.9 gnits]) AM_CONFIG_HEADER(config.h) @@ -9,7 +27,7 @@ AM_CONFIG_HEADER(config.h) # Interfaces added: AGE++ # Interfaces removed: AGE=0 AC_SUBST(LT_CURRENT, 2) -AC_SUBST(LT_REVISION, 13) +AC_SUBST(LT_REVISION, 14) AC_SUBST(LT_AGE, 0) AC_PROG_CC -- 2.7.4