summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-03-15 15:42:55 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-03-15 15:42:55 +0000
commit17c2ac65cf00d64ad5347dc9d980b9df24ab3a6e (patch)
tree452f9a5e5cd4d54a77a01d281c968d83c7337b21 /configure.ac
parentfa6e0b93a10288d4b94d00f733327acc7820a469 (diff)
downloadlibtiff-git-17c2ac65cf00d64ad5347dc9d980b9df24ab3a6e.tar.gz
libtiff 3.7.2 released.v3.7.2Release-v3-7-2
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 e80b7043..0b679356 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.1, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.2, [tiff@remotesensing.org], tiff)
AC_LANG(C)
dnl Compute the canonical target-system type variable
@@ -40,7 +40,7 @@ dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=3
LIBTIFF_MINOR_VERSION=7
-LIBTIFF_MICRO_VERSION=1
+LIBTIFF_MICRO_VERSION=2
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