diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-12 15:15:00 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2015-07-12 15:15:33 +0200 |
commit | a7277104103b7a90c8485ea353d1680b239f3b84 (patch) | |
tree | 6daeb4e37687c9075c3f813335f0fed7f9bc8f15 /m4 | |
parent | e644e2ac421ae3908f7da82b7624532aa8f7500a (diff) | |
download | gnutls-a7277104103b7a90c8485ea353d1680b239f3b84.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 7c75d4eb00..36cdd779a8 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, 31) + AC_SUBST(LT_CURRENT, 32) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 1) + AC_SUBST(LT_AGE, 2) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |