summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-23 11:41:45 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2019-05-23 11:41:45 +0200
commitd34d93b8713cf10235ce7016fd69b6932b0752c0 (patch)
tree965c19ddd88ce486c77b230b74e02b447b9b1a9f
parente07061b29a75ff94f0dbf85ec44f7ad6c04761fa (diff)
downloadgnutls-d34d93b8713cf10235ce7016fd69b6932b0752c0.tar.gz
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@redhat.com>
-rw-r--r--configure.ac2
-rw-r--r--m4/hooks.m46
2 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index 3d4589e02b..571ae4f7cc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -23,7 +23,7 @@ dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.63)
dnl when updating version also update LT_REVISION in m4/hooks.m4
-AC_INIT([GnuTLS], [3.6.7], [bugs@gnutls.org])
+AC_INIT([GnuTLS], [3.6.8], [bugs@gnutls.org])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIRS([m4 src/gl/m4 src/libopts/m4 lib/unistring/m4])
AC_CANONICAL_HOST
diff --git a/m4/hooks.m4 b/m4/hooks.m4
index 2c10fe4191..6eb010a92d 100644
--- a/m4/hooks.m4
+++ b/m4/hooks.m4
@@ -40,9 +40,9 @@ AC_DEFUN([LIBGNUTLS_HOOKS],
# in CONTRIBUTION.md for more info.
#
# Interfaces removed: AGE=0 (+bump all symbol versions in .map)
- AC_SUBST(LT_CURRENT, 53)
- AC_SUBST(LT_REVISION, 2)
- AC_SUBST(LT_AGE, 23)
+ AC_SUBST(LT_CURRENT, 54)
+ AC_SUBST(LT_REVISION, 0)
+ AC_SUBST(LT_AGE, 24)
AC_SUBST(LT_SSL_CURRENT, 27)
AC_SUBST(LT_SSL_REVISION, 2)