summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2017-05-21 19:10:50 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2017-05-21 19:10:50 +0000
commit84e1f1b66df4c91951cfc17556d5228d0d3e5c9f (patch)
tree709d1b35fe94476bf800c76bb2a0f4270663b716 /configure.ac
parentc714d5b5a73d7508f9c46da4c479164d7c5b4b85 (diff)
downloadlibtiff-git-84e1f1b66df4c91951cfc17556d5228d0d3e5c9f.tar.gz
libtiff 4.0.8 releasedv4.0.8Release-v4-0-8
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 23d543cf..e22f5763 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.7],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.8],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@@ -41,7 +41,7 @@ dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
-LIBTIFF_MICRO_VERSION=7
+LIBTIFF_MICRO_VERSION=8
LIBTIFF_ALPHA_VERSION=
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target
@@ -77,7 +77,7 @@ dnl increment age.
dnl 6. If any interfaces have been removed since the last public release,
dnl then set age to 0.
LIBTIFF_CURRENT=7
-LIBTIFF_REVISION=5
+LIBTIFF_REVISION=6
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE