summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-10-16 09:17:48 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-10-16 09:17:48 +0000
commit48acb2bd36fef9bb4b3cb665abd469a66d0fd20b (patch)
tree3f278602cb9af2cbf41ede0cc8129051d90ac221 /configure.ac
parenta8829183f1513fb3f46e20da458a51175bb4abf8 (diff)
downloadlibtiff-git-48acb2bd36fef9bb4b3cb665abd469a66d0fd20b.tar.gz
Cut the 3.7.0 release.v3.7.0Release-3-7-0
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 477ef9af..345c89b9 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.0beta2, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.0, [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=beta2
+LIBTIFF_ALPHA_VERSION=
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"`