From af4f213aa8e6e994813f3253ccaa37858cb154bf Mon Sep 17 00:00:00 2001 From: Frank Warmerdam Date: Tue, 20 Jan 2009 22:07:18 +0000 Subject: [PATCH] update to 4.0.0beta3 --- VERSION | 2 +- configure.ac | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/VERSION b/VERSION index fcdf32d0..e3a41561 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0beta1 +4.0.0beta3 diff --git a/configure.ac b/configure.ac index 306b64dd..284bf7ff 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.0beta2, [tiff@lists.maptools.org], tiff) +AC_INIT([LibTIFF Software], 4.0.0beta3, [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=beta2 +LIBTIFF_ALPHA_VERSION=beta3 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"`