diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-11-30 08:44:35 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2018-11-30 08:45:25 +0100 |
commit | 412da20c61705a5743b269ac8983dd426232e634 (patch) | |
tree | e52bec5df1427806729887d0c6cae0ac9d61f20d /configure.ac | |
parent | 00020efc45feecdf9cd8bf0993953581c0182513 (diff) | |
download | gnutls-412da20c61705a5743b269ac8983dd426232e634.tar.gz |
bumped version
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.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 168d098138..d864b3bf97 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.6.4], [bugs@gnutls.org]) +AC_INIT([GnuTLS], [3.6.5], [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 |