summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2018-07-15 08:40:31 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2018-07-15 08:40:31 +0200
commit629b00040900a8955fff241bb33bb70341972529 (patch)
tree5262a6c566f6ac40a7dbab918a1f158feb5d6424
parentfc6fe597881c88f704e11588a670fe6af37a3f7e (diff)
downloadgnutls-629b00040900a8955fff241bb33bb70341972529.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m42
2 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 798775b8d9..ed734586f3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.18], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.5.19], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 8f97b7a824..76c290336d 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,7 +40,7 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# Interfaces added: AGE++
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
AC_SUBST(LT_CURRENT, 44)
- AC_SUBST(LT_REVISION, 10)
+ AC_SUBST(LT_REVISION, 11)
AC_SUBST(LT_AGE, 14)
AC_SUBST(LT_SSL_CURRENT, 27)