summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-08-30 17:37:46 +0000
committerbfriesen <bfriesen>2015-08-30 17:37:46 +0000
commit21571fcc8d5f09701f154fb5d4f432a5c549c665 (patch)
treecf99cfb1dc011f13532fcf87e8e9e8d80f8fbb62 /configure.ac
parent8b81977ff3ebc8266ee38e0de167b2d4a363f734 (diff)
downloadlibtiff-21571fcc8d5f09701f154fb5d4f432a5c549c665.tar.gz
* configure.ac: libtiff 4.0.5 released.
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 cba067fc..d8da5d3d 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.4],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.5],[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=4
+LIBTIFF_MICRO_VERSION=5
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=2
+LIBTIFF_REVISION=3
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE