summaryrefslogtreecommitdiff
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
parentfa6e0b93a10288d4b94d00f733327acc7820a469 (diff)
downloadlibtiff-git-17c2ac65cf00d64ad5347dc9d980b9df24ab3a6e.tar.gz
libtiff 3.7.2 released.v3.7.2Release-v3-7-2
-rw-r--r--RELEASE-DATE2
-rw-r--r--VERSION2
-rwxr-xr-xconfigure22
-rw-r--r--configure.ac4
-rw-r--r--contrib/dbs/xtiff/Makefile.in2
-rw-r--r--html/Makefile.in2
-rw-r--r--html/index.html6
-rw-r--r--libtiff/tiffvers.h4
8 files changed, 22 insertions, 22 deletions
diff --git a/RELEASE-DATE b/RELEASE-DATE
index d4072c02..4ba9f1d8 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-20041220
+20050315
diff --git a/VERSION b/VERSION
index a76ccff2..0b2eb36f 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-3.7.1
+3.7.2
diff --git a/configure b/configure
index 121b36a9..383d3949 100755
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for LibTIFF Software 3.7.1.
+# Generated by GNU Autoconf 2.59 for LibTIFF Software 3.7.2.
#
# Report bugs to <tiff@remotesensing.org>.
#
@@ -423,8 +423,8 @@ SHELL=${CONFIG_SHELL-/bin/sh}
# Identity of this package.
PACKAGE_NAME='LibTIFF Software'
PACKAGE_TARNAME='tiff'
-PACKAGE_VERSION='3.7.1'
-PACKAGE_STRING='LibTIFF Software 3.7.1'
+PACKAGE_VERSION='3.7.2'
+PACKAGE_STRING='LibTIFF Software 3.7.2'
PACKAGE_BUGREPORT='tiff@remotesensing.org'
# Factoring default headers for most tests.
@@ -953,7 +953,7 @@ if test "$ac_init_help" = "long"; then
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures LibTIFF Software 3.7.1 to adapt to many kinds of systems.
+\`configure' configures LibTIFF Software 3.7.2 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1024,7 +1024,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of LibTIFF Software 3.7.1:";;
+ short | recursive ) echo "Configuration of LibTIFF Software 3.7.2:";;
esac
cat <<\_ACEOF
@@ -1207,7 +1207,7 @@ fi
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-LibTIFF Software configure 3.7.1
+LibTIFF Software configure 3.7.2
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -1221,7 +1221,7 @@ cat >&5 <<_ACEOF
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by LibTIFF Software $as_me 3.7.1, which was
+It was created by LibTIFF Software $as_me 3.7.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -1954,7 +1954,7 @@ fi
# Define the identity of the package.
PACKAGE='tiff'
- VERSION='3.7.1'
+ VERSION='3.7.2'
cat >>confdefs.h <<_ACEOF
@@ -3312,7 +3312,7 @@ fi
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
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
@@ -26614,7 +26614,7 @@ _ASBOX
} >&5
cat >&5 <<_CSEOF
-This file was extended by LibTIFF Software $as_me 3.7.1, which was
+This file was extended by LibTIFF Software $as_me 3.7.2, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -26677,7 +26677,7 @@ _ACEOF
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-LibTIFF Software config.status 3.7.1
+LibTIFF Software config.status 3.7.2
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
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
diff --git a/contrib/dbs/xtiff/Makefile.in b/contrib/dbs/xtiff/Makefile.in
index aa07fc0c..f742848f 100644
--- a/contrib/dbs/xtiff/Makefile.in
+++ b/contrib/dbs/xtiff/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.20 2005-03-11 15:47:31 dron Exp $
+# $Id: Makefile.in,v 1.21 2005-03-15 15:42:55 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
diff --git a/html/Makefile.in b/html/Makefile.in
index 29689ed0..7aa0925c 100644
--- a/html/Makefile.in
+++ b/html/Makefile.in
@@ -14,7 +14,7 @@
@SET_MAKE@
-# $Id: Makefile.in,v 1.34 2005-03-11 15:47:31 dron Exp $
+# $Id: Makefile.in,v 1.35 2005-03-15 15:42:55 dron Exp $
#
# Tag Image File Format (TIFF) Software
#
diff --git a/html/index.html b/html/index.html
index bd59cffc..2f078bf3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -16,9 +16,9 @@ TITLE="Home of the LibTIFF software">http://www.remotesensing.org/libtiff/</A>
http://libtiff.maptools.org/</A>
<BR>
-<B>Latest Stable Release</B>: <A HREF="v3.7.1.html">v3.7.1</A><BR>
+<B>Latest Stable Release</B>: <A HREF="v3.7.2.html">v3.7.2</A><BR>
-<B>Latest Development Release</B>: <A HREF="v3.7.1.html">v3.7.1</A><BR>
+<B>Latest Development Release</B>: <A HREF="v3.7.2.html">v3.7.2</A><BR>
<B>Master Download Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">ftp.remotesensing.org</A> , directory pub/libtiff<BR>
@@ -92,7 +92,7 @@ and <a href="addingtags.html">Adding New Tags</a>
<P>
<HR>
<em>
-Last updated $Date: 2004-12-20 19:31:44 $.
+Last updated $Date: 2005-03-15 15:42:55 $.
</em>
</BODY>
diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h
index 93565b90..94925872 100644
--- a/libtiff/tiffvers.h
+++ b/libtiff/tiffvers.h
@@ -1,4 +1,4 @@
-#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.1\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
+#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.2\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
/*
* This define can be used in code that requires
* compilation-related definitions specific to a
@@ -6,4 +6,4 @@
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
-#define TIFFLIB_VERSION 20041220
+#define TIFFLIB_VERSION 20050315