diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-10-20 09:16:20 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2015-10-20 09:16:20 +0200 |
commit | 414fb15b7b4d6e7a710f8494589a3c9610835874 (patch) | |
tree | 42665579a847dd5c44008936b87fb15e89d5bdfc /m4 | |
parent | df8445ba13ea5fb7e2b24950526a96c89b09ecba (diff) | |
download | gnutls-414fb15b7b4d6e7a710f8494589a3c9610835874.tar.gz |
bumped version to distinguish from 3.4 branch
Diffstat (limited to 'm4')
-rw-r--r-- | m4/hooks.m4 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 76b1630b3d..1676e17483 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, 33) + AC_SUBST(LT_CURRENT, 36) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 3) + AC_SUBST(LT_AGE, 6) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |