diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-02 23:57:39 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-07-02 23:57:39 +0200 |
commit | 92218a876d4c2ec826eb922918487cb8879faaec (patch) | |
tree | 60505d2993dbcf101d65f6be1381fb7276886045 /m4 | |
parent | 487ceacf17219feba0021ed6b68697d464aa3d94 (diff) | |
download | gnutls-92218a876d4c2ec826eb922918487cb8879faaec.tar.gz |
bumped versiongnutls_3_0_21_real
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 78d1e2f8cb..767f35b3ca 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 - AC_SUBST(LT_CURRENT, 37) + AC_SUBST(LT_CURRENT, 38) AC_SUBST(LT_REVISION, 0) - AC_SUBST(LT_AGE, 9) + AC_SUBST(LT_AGE, 10) AC_SUBST(LT_SSL_CURRENT, 27) AC_SUBST(LT_SSL_REVISION, 2) |