]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 2 Jul 2014 20:39:29 +0000 (22:39 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Wed, 2 Jul 2014 20:39:29 +0000 (22:39 +0200)
configure.ac
m4/hooks.m4

index 0a6f7c0363f08893d24df446fa16bca8c7f70cee..f7e8aaf250cbbb7858d2865e248a03410eb93a63 100644 (file)
@@ -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
index 37bb3bf7a25f99cd180b7a272fc6f5d8f8b63528..ce4feb6ff0c50b35ddc1bf0b80522683540067e4 100644 (file)
@@ -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)