diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-07-28 23:52:29 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2013-07-28 23:52:29 +0200 |
commit | 2657aa9a73218a7b719aca5517687a8fa0fa0f81 (patch) | |
tree | 4efcca5d7a39ab498b5ee9ed7b96a75d5bf4dcb3 /m4 | |
parent | 6ffe3a5e0102feb7b6fa49a70962c0a1073397ff (diff) | |
download | gnutls-2657aa9a73218a7b719aca5517687a8fa0fa0f81.tar.gz |
bumped version
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 05280d34bd..9a0dd74998 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, 51) + AC_SUBST(LT_CURRENT, 52) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 23) + AC_SUBST(LT_AGE, 24) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |