summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2012-09-19 13:49:19 +0200
committerSimon Josefsson <simon@josefsson.org>2012-09-19 13:49:19 +0200
commitfc38ad1ae5f7e2f3020c465696d2d64c775d7768 (patch)
tree4ae6d9113d92ea061129b4fb2c08e0c25a77a1a1
parent9a6b01014133e4fcfa80188f6bd38194c98cc792 (diff)
downloadlibtasn1-fc38ad1ae5f7e2f3020c465696d2d64c775d7768.tar.gz
Bump because of new API.
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 3e5ddd0..69eb13b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -28,9 +28,9 @@ AM_SILENT_RULES([yes])
# Interfaces changed/added/removed: CURRENT++ REVISION=0
# Interfaces added: AGE++
# Interfaces removed: AGE=0
-AC_SUBST(LT_CURRENT, 4)
-AC_SUBST(LT_REVISION, 17)
-AC_SUBST(LT_AGE, 1)
+AC_SUBST(LT_CURRENT, 5)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 2)
AC_PROG_CC
gl_EARLY