summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-04-09 21:01:00 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2011-04-09 21:01:00 +0000
commitfeab28eac482c27fbf46bdcf5789dc68a6e582f2 (patch)
treebdcc7e89de0d4fd1d2109137847993db9ee212e4 /configure.ac
parent898c42e698f205d1d00b2ed3afc4b30b822f329e (diff)
downloadlibtiff-git-feab28eac482c27fbf46bdcf5789dc68a6e582f2.tar.gz
Release v4-0-0beta7.v4.0.0beta7Release-v4-0-0beta7
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 3313cb9c..76d684ca 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.0beta6],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.0beta7],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@@ -42,7 +42,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=0
-LIBTIFF_ALPHA_VERSION=beta6
+LIBTIFF_ALPHA_VERSION=beta7
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=5
-LIBTIFF_REVISION=3
+LIBTIFF_REVISION=4
LIBTIFF_AGE=0
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE