summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2015-09-12 19:46:23 +0000
committerbfriesen <bfriesen>2015-09-12 19:46:23 +0000
commite2232ecfa541ca8985e54ccb624ec9674ce0676a (patch)
tree9b3e8b1f734789ab5a83b7cb4f88b2a7b48fdbf2 /configure.ac
parent5a009a25231bb35aedfbe752a9aa757f537c47b5 (diff)
downloadlibtiff-e2232ecfa541ca8985e54ccb624ec9674ce0676a.tar.gz
* libtiff 4.0.6 released.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index c195bd8c..cbe85685 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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=5
+LIBTIFF_MICRO_VERSION=6
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=3
+LIBTIFF_REVISION=4
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE