]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
bumped version
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Oct 2016 16:56:52 +0000 (18:56 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 9 Oct 2016 17:29:21 +0000 (19:29 +0200)
configure.ac
m4/hooks.m4

index 5947c6600636d53154fcebbe22e921dbdc721666..137ed37009f5c065782df155589f36f3c480f07e 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.5.4], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.5], [bugs@gnutls.org])
 AC_CONFIG_AUX_DIR([build-aux])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CANONICAL_HOST
index 1eba9844028d832ac4e13176f0172d9ce0b858a6..cda1cb3165dce0f73bbec124ab39a9787df20c5a 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, 40)
+  AC_SUBST(LT_CURRENT, 41)
   AC_SUBST(LT_REVISION, 0)
-  AC_SUBST(LT_AGE, 10)
+  AC_SUBST(LT_AGE, 11)
 
   AC_SUBST(LT_SSL_CURRENT, 27)
   AC_SUBST(LT_SSL_REVISION, 2)