diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2019-05-23 11:41:45 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-05-24 05:47:20 +0200 |
commit | 46555608c43a72877155c055ef069baf58e10890 (patch) | |
tree | 89776c3b960a308e660e72dc408a6586cac807d0 /m4 | |
parent | ae32be70d76bf0379e99e0111fa979420599f2f5 (diff) | |
download | gnutls-46555608c43a72877155c055ef069baf58e10890.tar.gz |
bumped versiontmp-version-override
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
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 2c10fe4191..6eb010a92d 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, 53) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 23) + AC_SUBST(LT_CURRENT, 54) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 24) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |