aboutsummaryrefslogtreecommitdiff
path: root/src/jversion.h
diff options
context:
space:
mode:
authorwerner <werner@1f7c565b-b627-4dca-846e-f67d7c544d05>2000-08-21 15:21:57 +0000
committerwerner <werner@1f7c565b-b627-4dca-846e-f67d7c544d05>2000-08-21 15:21:57 +0000
commitf7c828efef7e1dbc715dda7c68eec5eb8bc7ad43 (patch)
treea971e08cb59e5735a942dd8b719f58d3d1999b4c /src/jversion.h
parent3041a0d4bfdc81deaa7581c3268682f4e1d17587 (diff)
Ultimatively: The Jpeg 6B libray as `external thorn'.
This makes live much easier...! git-svn-id: http://svn.cactuscode.org/arrangements/CactusExternal/jpeg6b/trunk@2 1f7c565b-b627-4dca-846e-f67d7c544d05
Diffstat (limited to 'src/jversion.h')
-rw-r--r--src/jversion.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/jversion.h b/src/jversion.h
new file mode 100644
index 0000000..6472c58
--- /dev/null
+++ b/src/jversion.h
@@ -0,0 +1,14 @@
+/*
+ * jversion.h
+ *
+ * Copyright (C) 1991-1998, Thomas G. Lane.
+ * This file is part of the Independent JPEG Group's software.
+ * For conditions of distribution and use, see the accompanying README file.
+ *
+ * This file contains software version identification.
+ */
+
+
+#define JVERSION "6b 27-Mar-1998"
+
+#define JCOPYRIGHT "Copyright (C) 1998, Thomas G. Lane"