summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorfwarmerdam <fwarmerdam>2008-05-18 16:25:47 +0000
committerfwarmerdam <fwarmerdam>2008-05-18 16:25:47 +0000
commit0d9fd20b797d1c05013a375987567c3834dcc262 (patch)
tree8c9bbe231ef1ef6f3b2bebf86c73758c89dafede /configure.ac
parentefe8d3c272012514c1f89d53f8ef572d6fff3acb (diff)
downloadlibtiff-0d9fd20b797d1c05013a375987567c3834dcc262.tar.gz
update for 4.0.0beta1 release
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 25821876..8fa55c2e 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.59)
-AC_INIT([LibTIFF Software], 4.0.0alpha, [tiff@lists.maptools.org], tiff)
+AC_INIT([LibTIFF Software], 4.0.0beta1, [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=alpha
+LIBTIFF_ALPHA_VERSION=beta1
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"`