summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2010-06-15 11:23:05 +0200
committerSimon Josefsson <simon@josefsson.org>2010-06-15 11:23:05 +0200
commit4e4a3ef3bfc0e065aca37fc08bda4cd6b1658128 (patch)
tree662f573e8e0efcb1ea3101ea3bbe0bab4021dde9
parenta1f0aab0978056dbca7f484f39872148ba8f5099 (diff)
downloadgnutls-4e4a3ef3bfc0e065aca37fc08bda4cd6b1658128.tar.gz
Fix shared library version.
-rw-r--r--lib/m4/hooks.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/m4/hooks.m4 b/lib/m4/hooks.m4
index c1fc46b460..de8070f7d4 100644
--- a/lib/m4/hooks.m4
+++ b/lib/m4/hooks.m4
@@ -27,8 +27,8 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0
AC_SUBST(LT_CURRENT, 42)
- AC_SUBST(LT_REVISION, 6)
- AC_SUBST(LT_AGE, 17)
+ AC_SUBST(LT_REVISION, 7)
+ AC_SUBST(LT_AGE, 16)
# Used when creating the Windows libgnutls-XX.def files.
DLL_VERSION=`expr ${LT_CURRENT} - ${LT_AGE}`