Revision: | 3.5 |
Committed: | Wed Jul 13 15:25:46 2005 UTC (19 years, 9 months ago) by greg |
Content type: | text/plain |
Branch: | MAIN |
CVS Tags: | rad5R4, rad5R2, rad4R2P2, rad5R0, rad5R1, rad3R7P2, rad3R7P1, rad4R2, rad4R1, rad4R0, rad3R8, rad3R9, rad4R2P1, rad5R3, HEAD |
Changes since 3.4: | +2 -2 lines |
Log Message: | Updated TIFF library to 3.7.3 |
# | User | Rev | Content |
---|---|---|---|
1 | greg | 3.5 | #define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.3\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." |
2 | greg | 3.1 | /* |
3 | * This define can be used in code that requires | ||
4 | * compilation-related definitions specific to a | ||
5 | * version or versions of the library. Runtime | ||
6 | * version checking should be done based on the | ||
7 | * string returned by TIFFGetVersion. | ||
8 | */ | ||
9 | greg | 3.5 | #define TIFFLIB_VERSION 20050704 |