]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Oct 2013 06:49:55 +0000 (08:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Thu, 3 Oct 2013 06:49:55 +0000 (08:49 +0200)
configure.ac
m4/hooks.m4

index 3f10c326543b291257c3fed04edb4aa1e9008b1a..d207c362955e20d668759850a11ac51e7586689f 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.2.4], [bug-gnutls@gnu.org])
+AC_INIT([GnuTLS], [3.2.5], [bug-gnutls@gnu.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 3ccdc41090d7c493b42568604f7ab0d4e5010275..cc1efb12aeb64ca77ce862ae195431e92d0335f0 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 53)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 25)
 
   AC_SUBST(LT_SSL_CURRENT, 27)