summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-09-19 10:44:18 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-09-19 10:44:18 +0000
commite758fc849eeced1935f5205062be6d63bcbe660d (patch)
tree58b09d90b221c5a9a2479e35de10a521d09b6100 /configure.ac
parent8eb1504c3338b21be557e7340f68c9e5394b1cf2 (diff)
downloadlibtiff-git-e758fc849eeced1935f5205062be6d63bcbe660d.tar.gz
libtiff 3.7.0beta 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 89563d97..2111eedb 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], 3.7.0alpha, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.0beta, [tiff@remotesensing.org], tiff)
AC_LANG(C)
dnl Compute the canonical target-system type variable
@@ -41,7 +41,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=3
LIBTIFF_MINOR_VERSION=7
LIBTIFF_MICRO_VERSION=0
-LIBTIFF_ALPHA_VERSION=alpha
+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"`