diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-29 19:15:47 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-05-29 19:15:47 +0200 |
commit | 4ab6de4bc910b1ce1c89e6f68a925924de14d020 (patch) | |
tree | a66e6ee4ac6c296e24d61a4b26b3e19b9187c883 /m4/hooks.m4 | |
parent | a7be326f0e33cf7ce52b36474c157f782d9ca977 (diff) | |
download | gnutls-4ab6de4bc910b1ce1c89e6f68a925924de14d020.tar.gz |
bumped version
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 89571bc421..ef6129d874 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 (+bump all symbol versions in .map) - AC_SUBST(LT_CURRENT, 64) - AC_SUBST(LT_REVISION, 2) - AC_SUBST(LT_AGE, 36) + AC_SUBST(LT_CURRENT, 65) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 37) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |