diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-08-11 15:39:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2014-08-11 15:39:50 +0200 |
commit | 098fa00a99fed9f8973acda90aab6f4464489cbd (patch) | |
tree | f1439604f78699b6f5469b4e278b454dff82eebd | |
parent | 3e5d7f08e0d991a1b712c49d7829a4c44d4b173d (diff) | |
download | gnutls-098fa00a99fed9f8973acda90aab6f4464489cbd.tar.gz |
bumped current and age version to allow 3.3.x releases with new symbols
-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 056ae200f9..015813576e 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, 67) + AC_SUBST(LT_CURRENT, 83) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 39) + AC_SUBST(LT_AGE, 55) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |