| 1 | #define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.2.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."  |
| 2 | #define TIFFLIB_STANDARD_VERSION_STR "4.2.0"  |
| 3 | /*  |
| 4 | * This define can be used in code that requires  |
| 5 | * compilation-related definitions specific to a  |
| 6 | * version or versions of the library. Runtime  |
| 7 | * version checking should be done based on the  |
| 8 | * string returned by TIFFGetVersion.  |
| 9 | */  |
| 10 | #define TIFFLIB_VERSION 20201219  |
| 11 | |