diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-14 17:30:49 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-07-14 19:58:03 +0200 |
commit | 2f033b8bfc8835068dffdb78fb35950b6be2e14c (patch) | |
tree | 9da28042af70c3ac34ab5c63a739becae16e0b89 /m4/hooks.m4 | |
parent | c378f48f61736cc3579e4ea0422b81209dff4e94 (diff) | |
download | gnutls-2f033b8bfc8835068dffdb78fb35950b6be2e14c.tar.gz |
bumped versions
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
Diffstat (limited to 'm4/hooks.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 fe8d9a2dde..1cc442d2d2 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # in CONTRIBUTION.md for more info. # # Interfaces removed: AGE=0 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 50) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 20) + AC_SUBST(LT_CURRENT, 51) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 21) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |