]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped versions
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 17 Apr 2014 12:12:49 +0000 (14:12 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Thu, 17 Apr 2014 12:12:49 +0000 (14:12 +0200)
configure.ac
m4/hooks.m4

index 9440446c4b77bd1691f0c98f098ace79e4094e88..be02cd65a7dfa7add4d8fe7ee17245fea43ba466 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.0], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.3.1], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 33b607f85c76615fd9e104004b53735c922a46d3..12e257def6616c3d592f996a7839639a3cbaeadf 100644 (file)
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0
   AC_SUBST(LT_CURRENT, 64)
-  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_REVISION, 1)
   AC_SUBST(LT_AGE, 36)
 
   AC_SUBST(LT_SSL_CURRENT, 27)