diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-13 20:19:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-20 21:23:38 +0200 |
commit | 9505b11c2ec0c3705f93e6f21635010a296f661e (patch) | |
tree | d59b964eefc7cb75aab45d88e7a40c956419e57c /m4 | |
parent | 9c6588981c1bf4a6a4bfdd63f21f019c14168b0e (diff) | |
download | gnutls-9505b11c2ec0c3705f93e6f21635010a296f661e.tar.gz |
bumped version
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 36cdd779a8..76b1630b3d 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, 32) + AC_SUBST(LT_CURRENT, 33) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 2) + AC_SUBST(LT_AGE, 3) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |