summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-12 19:50:39 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2015-09-12 19:50:39 +0000
commit5612707c086cda76319552a0a2afeddcfa67d1b3 (patch)
treef8e31498e72dc11aa4672310607972f1edda3c0f /configure.ac
parent20dc498028943de3c2fe5fdebe42336438a9b885 (diff)
downloadlibtiff-git-5612707c086cda76319552a0a2afeddcfa67d1b3.tar.gz
Fix failure to update libtiff version in AC_INIT.v4.0.6Release-v4-0-6
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index cbe85685..33ffb0dc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
-AC_INIT([LibTIFF Software],[4.0.5],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.6],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)