home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / pdflib / pdflib-4.0.1.sit / pdflib-4.0.1 / tiff / tiffvers.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-07-04  |  478 b   |  14 lines  |  [TEXT/CWIE]

  1. /* $Id: tiffvers.h,v 1.3 2001/03/21 10:41:18 rjs Exp $ */
  2.  
  3. #define TIFFLIB_VERSION_STR \
  4. "LIBTIFF, Version 3.5.6 beta\nCopyright (c) 1988-1996 Sam Leffler\n\
  5. Copyright (c) 1991-1996 Silicon Graphics, Inc."
  6. /*
  7.  * This define can be used in code that requires
  8.  * compilation-related definitions specific to a
  9.  * version or versions of the library.  Runtime
  10.  * version checking should be done based on the
  11.  * string returned by TIFFGetVersion.
  12.  */
  13. #define TIFFLIB_VERSION 20012401
  14.