summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-13 19:15:25 +0100
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-03-13 19:34:32 +0100
commitac7e267d3acbcb6c9ac21b0a97bdc926417ea3a0 (patch)
tree4a8453056714b5a98cb39a1d71aff7a3c2864342
parent61d7d003794d910a2cd9888c0843641db7f50b56 (diff)
downloadlibtasn1-ac7e267d3acbcb6c9ac21b0a97bdc926417ea3a0.tar.gz
bumped shared lib version
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 40d910b..13e0fed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -29,8 +29,8 @@ AM_SILENT_RULES([yes])
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 4)
-AC_SUBST(LT_REVISION, 14)
-AC_SUBST(LT_AGE, 1)
+AC_SUBST(LT_REVISION, 0)
+AC_SUBST(LT_AGE, 0)
AC_PROG_CC
gl_EARLY