summaryrefslogtreecommitdiff
path: root/src/libtiff/tiffvers.h
diff options
context:
space:
mode:
authorscuri <scuri>2008-10-17 06:10:15 +0000
committerscuri <scuri>2008-10-17 06:10:15 +0000
commit5a422aba704c375a307a902bafe658342e209906 (patch)
tree5005011e086bb863d8fb587ad3319bbec59b2447 /src/libtiff/tiffvers.h
First commit - moving from LuaForge to SourceForge
Diffstat (limited to 'src/libtiff/tiffvers.h')
-rw-r--r--src/libtiff/tiffvers.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/libtiff/tiffvers.h b/src/libtiff/tiffvers.h
new file mode 100644
index 0000000..9744f8d
--- /dev/null
+++ b/src/libtiff/tiffvers.h
@@ -0,0 +1,9 @@
+#define TIFFLIB_VERSION_STR "LIBTIFF, Version 3.8.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
+ * version or versions of the library. Runtime
+ * version checking should be done based on the
+ * string returned by TIFFGetVersion.
+ */
+#define TIFFLIB_VERSION 20060323