]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 15 Jun 2015 09:36:58 +0000 (11:36 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 15 Jun 2015 09:36:58 +0000 (11:36 +0200)
configure.ac
m4/hooks.m4

index 7334b9378bd65280b4be5535514501aa6fac484e..0cbba41457f717db978822be403d0a6a04038383 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.4.1], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.4.2], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index de1d6fc0de4e2e511543436e3ebf7c618654c3fd..7c75d4eb004bfd7a4dbe965a5bf06e51b2ad4752 100644 (file)
@@ -39,9 +39,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
   # Interfaces changed/added/removed:   CURRENT++       REVISION=0
   # Interfaces added:                             AGE++
   # Interfaces removed:                           AGE=0 (+bump all symbol versions in .map)
-  AC_SUBST(LT_CURRENT, 30)
-  AC_SUBST(LT_REVISION, 1)
-  AC_SUBST(LT_AGE, 0)
+  AC_SUBST(LT_CURRENT, 31)
+  AC_SUBST(LT_REVISION, 0)
+  AC_SUBST(LT_AGE, 1)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)