From: Nikos Mavrogiannopoulos Date: Wed, 2 Jul 2014 20:39:29 +0000 (+0200) Subject: bumped version X-Git-Tag: gnutls_3_3_6~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f2a3b2fd129337fe6bf7def83e3344d00428a13;p=thirdparty%2Fgnutls.git bumped version --- diff --git a/configure.ac b/configure.ac index 0a6f7c0363..f7e8aaf250 100644 --- a/configure.ac +++ b/configure.ac @@ -21,7 +21,7 @@ dnl Process this file with autoconf to produce a configure script. # USA AC_PREREQ(2.61) -AC_INIT([GnuTLS], [3.3.5], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.3.6], [bugs@gnutls.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CANONICAL_HOST diff --git a/m4/hooks.m4 b/m4/hooks.m4 index 37bb3bf7a2..ce4feb6ff0 100644 --- a/m4/hooks.m4 +++ b/m4/hooks.m4 @@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS], # Interfaces added: AGE++ # Interfaces removed: AGE=0 (+bump all symbol versions in .map) AC_SUBST(LT_CURRENT, 66) - AC_SUBST(LT_REVISION, 0) + AC_SUBST(LT_REVISION, 1) AC_SUBST(LT_AGE, 38) AC_SUBST(LT_SSL_CURRENT, 27)