2001.11.28 16:24 "where is tiffvers.h ?", by Frederic Delhoume

2001.11.28 16:51 "Re: where is tiffvers.h ?", by Frank Warmerdam

It is not in the zip file for 3.5.7

Frederic,

It is generated automatically by the makefiles from the VERSION file.

I have attached the one for 3.5.7 in case you are building some other way.

Actually, now that I look into it, I see that the TIFFLIB_VERSION macro is auto-generated from VERSION-DATE which is incorrect in the release. I will reissue the release with a correct VERSION-DATE, and including the tiffvers.h file for those for whom it isn't easily regenerated.

Best regards,

---------------------------------------+--------------------------------------
I set the clouds in motion - turn up   | Frank Warmerdam, warmerdam@pobox.com
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush    | Geospatial Programmer for Rent

#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.5.7\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
 * version or versions of the library.  Runtime
 * version checking should be done based on the
 * string returned by TIFFGetVersion.
 */
#define TIFFLIB_VERSION 20011123