diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-11 13:33:34 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2011-11-11 13:33:38 +0100 |
commit | 8886a2f6029f5e7929162145970abaf1a5bcd224 (patch) | |
tree | 4f2cad1d965934a3e598cbba80981d07159955e3 /m4 | |
parent | 12a28f4fa86e8420bdaeafba0fddfbd028a446ee (diff) | |
download | gnutls-8886a2f6029f5e7929162145970abaf1a5bcd224.tar.gz |
bumped library version and documented updates.
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 804fc9b45a..fa24c0685d 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces changed/added/removed: CURRENT++ REVISION=0 # Interfaces added: AGE++ # Interfaces removed: AGE=0 - AC_SUBST(LT_CURRENT, 30) - AC_SUBST(LT_REVISION, 4) - AC_SUBST(LT_AGE, 2) + AC_SUBST(LT_CURRENT, 31) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 3) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 1) |