diff options
author | scuri <scuri> | 2009-09-29 21:26:38 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-09-29 21:26:38 +0000 |
commit | 9a5e93213e08601a58725f44035ac622fb68e849 (patch) | |
tree | fd8f644b149637a79c4ab73b5eef141fce1b0ac2 /src/libtiff/tiffvers.h | |
parent | d2c116c0adc98b18124b6c3cbf2b839d5719444f (diff) |
*** empty log message ***
Diffstat (limited to 'src/libtiff/tiffvers.h')
-rw-r--r-- | src/libtiff/tiffvers.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/libtiff/tiffvers.h b/src/libtiff/tiffvers.h index aec110d..c4693f4 100644 --- a/src/libtiff/tiffvers.h +++ b/src/libtiff/tiffvers.h @@ -1,4 +1,4 @@ -#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.9.0\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.9.1\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 20090820 +#define TIFFLIB_VERSION 20090828 |