From 4434a54ae645ab00cb9d833351b441b27e53ed63 Mon Sep 17 00:00:00 2001 From: Andrey Kiselev Date: Tue, 20 Apr 2004 18:17:17 +0000 Subject: [PATCH] New. --- libtiff/tiffvers.h | 9 +++++++++ libtiff/tiffvers.h.in | 9 +++++++++ 2 files changed, 18 insertions(+) create mode 100644 libtiff/tiffvers.h create mode 100644 libtiff/tiffvers.h.in diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h new file mode 100644 index 00000000..5c3d1b42 --- /dev/null +++ b/libtiff/tiffvers.h @@ -0,0 +1,9 @@ +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.7.0alpha\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 + * version or versions of the library. Runtime + * version checking should be done based on the + * string returned by TIFFGetVersion. + */ +#define TIFFLIB_VERSION diff --git a/libtiff/tiffvers.h.in b/libtiff/tiffvers.h.in new file mode 100644 index 00000000..48ec0eb8 --- /dev/null +++ b/libtiff/tiffvers.h.in @@ -0,0 +1,9 @@ +#define TIFFLIB_VERSION_STR "LIBTIFF, Version LIBTIFF_VERSION\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 + * version or versions of the library. Runtime + * version checking should be done based on the + * string returned by TIFFGetVersion. + */ +#define TIFFLIB_VERSION LIBTIFF_RELEASE_DATE