diff options
author | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-05 13:15:48 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@redhat.com> | 2016-09-05 13:15:48 +0200 |
commit | ca1d5aeaf5e9978cf6988ac28c65f14f54c41e41 (patch) | |
tree | ab5cca9210d1605dd883b65fd28f6634fe41a31a /m4 | |
parent | 2391181625208d92788162f3ea04d768c2a622dd (diff) | |
download | gnutls-ca1d5aeaf5e9978cf6988ac28c65f14f54c41e41.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 5fa7afa5fc..44de7d34e3 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, 69) - AC_SUBST(LT_REVISION, 16) - AC_SUBST(LT_AGE, 41) + AC_SUBST(LT_CURRENT, 70) + AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_AGE, 42) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |