diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-03-16 17:23:34 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-03-16 17:23:34 +0100 |
commit | 5bc465a0bc1a5ec5d2c92cb616f704094cea17ab (patch) | |
tree | b7871a749189a90df7c907232dc8f35eecee2723 /m4 | |
parent | a762995f3fe9e68359c8cc043333fef9b92aeb6a (diff) | |
download | gnutls-5bc465a0bc1a5ec5d2c92cb616f704094cea17ab.tar.gz |
bumped shared lib version
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index cc4d67d40f..aaf2a61954 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 34) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 6) + AC_SUBST(LT_CURRENT, 35) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 7) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |