summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorerouault <erouault>2015-01-26 12:24:11 +0000
committererouault <erouault>2015-01-26 12:24:11 +0000
commit3423cb915b8a3c27bb96b0312127c4bdfaba6d02 (patch)
tree573fce53915baa66439b89385f8cbf6762457362 /configure.ac
parent5a48818f733952e5444a03a0f72fa4a932a6d629 (diff)
downloadlibtiff-3423cb915b8a3c27bb96b0312127c4bdfaba6d02.tar.gz
* libtiff 4.0.4beta releasedRelease-v4-0-4beta
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index d4be12ac..c9e7658f 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.3],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.4beta],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@@ -41,8 +41,8 @@ dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
-LIBTIFF_MICRO_VERSION=3
-LIBTIFF_ALPHA_VERSION=
+LIBTIFF_MICRO_VERSION=4
+LIBTIFF_ALPHA_VERSION=beta
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
@@ -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=0
+LIBTIFF_REVISION=1
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE