summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-09-19 11:03:26 +0000
committerSimon Josefsson <simon@josefsson.org>2006-09-19 11:03:26 +0000
commit3e8caeb7246173354f1a1f0e03b8efd7780cc91f (patch)
treefbd50cabf5904b4bc719b99687563a8d81de82ed
parent80e5823d228150624909177efb987734da526a0f (diff)
downloadlibtasn1-3e8caeb7246173354f1a1f0e03b8efd7780cc91f.tar.gz
Bump versions.
-rw-r--r--configure.in6
1 files 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