summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorAndrey Kiselev <dron@ak4719.spb.edu>2004-12-20 19:31:44 +0000
committerAndrey Kiselev <dron@ak4719.spb.edu>2004-12-20 19:31:44 +0000
commit74767d8dbefbd9acf36643ca74a1b384c36c8583 (patch)
tree86c7b4aa49fd2e95ee6c3fb9397871da9ff05da2 /configure.ac
parentfe55651ecaf843721df550bb527af0ce148c5d62 (diff)
downloadlibtiff-git-74767d8dbefbd9acf36643ca74a1b384c36c8583.tar.gz
*** empty log message ***
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 dcb799ad..59b51370 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.0, [tiff@remotesensing.org], tiff)
+AC_INIT([LibTIFF Software], 3.7.1, [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=0
+LIBTIFF_MICRO_VERSION=1
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