summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2005-08-31 13:04:40 +0000
committerSimon Josefsson <simon@josefsson.org>2005-08-31 13:04:40 +0000
commit80bd813a2daf65c4492fc1efa2b467978fdbfb73 (patch)
tree8118131411e9962f1f7b0f59933e60486c3d7a68
parent8e422151a7cf73ff2a5051dff8b425e0434cf5b0 (diff)
downloadlibtasn1-80bd813a2daf65c4492fc1efa2b467978fdbfb73.tar.gz
Bump versions.
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index dfe34a0..6621a1d 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.15, bug-gnutls@gnu.org)
+AC_INIT(libtasn1, 0.2.16, 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, 15)
+AC_SUBST(LT_REVISION, 16)
AC_SUBST(LT_AGE, 0)
AC_PROG_CC