summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8cc4c26d60..ea6f39c533 100644
--- a/configure.ac
+++ b/configure.ac
@@ -21,7 +21,9 @@ dnl Process this file with autoconf to produce a configure script.
# USA
AC_PREREQ(2.63)
-AC_INIT([GnuTLS], [3.6.5], [bugs@gnutls.org])
+
+dnl when updating version also update LT_REVISION in m4/hooks.m4
+AC_INIT([GnuTLS], [3.6.6], [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