diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-26 20:10:23 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2014-06-26 20:10:23 +0200 |
commit | 2feb9c5656e8ac56b21dbe9f1b226a19e77d3926 (patch) | |
tree | 4bd48ee05923077bbd4a17746aefc7f1cb172c9e /m4 | |
parent | 06eab39d8d01594864c35fde9b35d6d654d2958b (diff) | |
download | gnutls-2feb9c5656e8ac56b21dbe9f1b226a19e77d3926.tar.gz |
bumped version
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 740a8d5b23..37bb3bf7a2 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, 65) - AC_SUBST(LT_REVISION, 1) - AC_SUBST(LT_AGE, 37) + AC_SUBST(LT_CURRENT, 66) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 38) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |