diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-05-23 21:11:58 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2019-05-23 21:13:01 +0200 |
commit | 7e50ae3cf42ffaa132cf740e7202c345b0789caa (patch) | |
tree | ee913ffccc9080b8ab89e99363ce81c8ccc2411c /m4 | |
parent | 0fc9ee9a8ebd3db91d142c6b1eacb5fdee7ded68 (diff) | |
download | gnutls-7e50ae3cf42ffaa132cf740e7202c345b0789caa.tar.gz |
Revert "bumped version"
In order to make the CI functional again. The version number update
seems to conflict with tests/tls13/prf-early.sh
This reverts commit d34d93b8713cf10235ce7016fd69b6932b0752c0.
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
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 6eb010a92d..2c10fe4191 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, 54) - AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 24) + AC_SUBST(LT_CURRENT, 53) + AC_SUBST(LT_REVISION, 2) + AC_SUBST(LT_AGE, 23) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |