diff options
| author | Matthieu Darbois <mayeut@users.noreply.github.com> | 2016-05-01 18:05:46 +0200 |
|---|---|---|
| committer | Matthieu Darbois <mayeut@users.noreply.github.com> | 2016-05-01 18:05:46 +0200 |
| commit | b51d088267cb88eb95555ea047755120e36c511b (patch) | |
| tree | 104a5d93067255fe4d89040c982f423ff3b333c7 /thirdparty/libtiff/tiffvers.h | |
| parent | 4f11e89c803fd9a332698bc36338a4be87c6d199 (diff) | |
Update to libtiff-4.0.6 (#764)
Diffstat (limited to 'thirdparty/libtiff/tiffvers.h')
| -rw-r--r-- | thirdparty/libtiff/tiffvers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/thirdparty/libtiff/tiffvers.h b/thirdparty/libtiff/tiffvers.h index 1ed5b8f3..e965814b 100644 --- a/thirdparty/libtiff/tiffvers.h +++ b/thirdparty/libtiff/tiffvers.h @@ -1,4 +1,4 @@ -#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.4\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.6\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 20150621 +#define TIFFLIB_VERSION 20150912 |
