diff options
author | scuri <scuri> | 2009-12-11 15:17:41 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-12-11 15:17:41 +0000 |
commit | bfaf1f4433372b13eb1b50c3be2c27c547cd9af5 (patch) | |
tree | 62502696239a70c3573c86f8dde426acbabe7409 /src/libtiff/tiffvers.h | |
parent | 6e1595f84fdc0b9e7cc3d620ce8f2ca707f6e3fd (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 c4693f4..7108541 100644 --- a/src/libtiff/tiffvers.h +++ b/src/libtiff/tiffvers.h @@ -1,4 +1,4 @@ -#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.9.1\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.9.2\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 20090828 +#define TIFFLIB_VERSION 20091104 |