]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Feb 2014 09:27:37 +0000 (10:27 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 13 Feb 2014 09:27:37 +0000 (10:27 +0100)
configure.ac
m4/hooks.m4

index 9c1e218223b019f5887867dfd8c37fa6b070324d..e6dd3c8cfc782a62ce239e45bd8b3cdd832ec233 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.1.20], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.1.21], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 0b5d1d2cf893b3decfd94d4510314e1c94119e20..5e76352493bdd1126ba106cab3d67e2cda04425a 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 49)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 21)
 
   AC_SUBST(LT_SSL_CURRENT, 27)