diff options
author | Daiki Ueno <ueno@gnu.org> | 2020-06-01 14:18:03 +0200 |
---|---|---|
committer | Daiki Ueno <ueno@gnu.org> | 2020-06-03 13:59:02 +0200 |
commit | 73a735bd852df5b1f742f4cc815281a4f7f64328 (patch) | |
tree | bc044c35d9b63b4d7e3f93740575bfa699f9a8bf /configure.ac | |
parent | c8dd845025bc1f16224a77d39873a23e2244c7b8 (diff) | |
download | gnutls-73a735bd852df5b1f742f4cc815281a4f7f64328.tar.gz |
Release 3.6.14 [ci skip]
Signed-off-by: Daiki Ueno <ueno@gnu.org>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a09cbfd92d..d59553b6a1 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.13], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.14], [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 |