summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2005-06-29 11:52:09 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2005-06-29 11:52:09 +0000
commite1e354fc00780891ca879e885f1d9e87a5d731e7 (patch)
treeae2aa7dd887417cbb1862f50d689882d98332472 /configure.ac
parent7fbb282080464f560440851b8d9205978266f2a1 (diff)
downloadlibtiff-git-e1e354fc00780891ca879e885f1d9e87a5d731e7.tar.gz
Updated up to the recent stable libtool.
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 0c7d5a4a..674da4ce 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.2, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.3, [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=2
+LIBTIFF_MICRO_VERSION=3
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